push the uni-demo project

This commit is contained in:
2022-06-21 10:55:37 +08:00
parent 37ca848bb6
commit 333705f703
8034 changed files with 1388875 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,7 @@
{
"usingComponents": {
"qiun-loading": "/components/qiun-loading/qiun-loading",
"qiun-error": "/components/qiun-error/qiun-error"
},
"component": true
}

View File

@@ -0,0 +1 @@
<view class="chartsview data-v-f10dbef8" id="{{'ChartBoxId'+cid}}"><block wx:if="{{mixinDatacomLoading}}"><view class="data-v-f10dbef8"><qiun-loading vue-id="67ab7102-1" loadingType="{{loadingType}}" class="data-v-f10dbef8" bind:__l="__l"></qiun-loading></view></block><block wx:if="{{mixinDatacomErrorMessage&&errorShow}}"><view data-event-opts="{{[['tap',[['reloading',['$event']]]]]}}" bindtap="__e" class="data-v-f10dbef8"><qiun-error vue-id="67ab7102-2" errorMessage="{{errorMessage}}" class="data-v-f10dbef8" bind:__l="__l"></qiun-error></view></block><block wx:if="{{type2d}}"><block class="data-v-f10dbef8"><block wx:if="{{ontouch}}"><view data-event-opts="{{[['tap',[['_tap',['$event']]]]]}}" bindtap="__e" class="data-v-f10dbef8"><canvas hidden="{{!(showchart)}}" style="{{'width:'+(cWidth+'px')+';'+('height:'+(cHeight+'px')+';')+('background:'+(background)+';')}}" id="{{cid}}" canvasId="{{cid}}" type="2d" disable-scroll="{{disScroll}}" data-event-opts="{{[['touchstart',[['_touchStart',['$event']]]],['touchmove',[['_touchMove',['$event']]]],['touchend',[['_touchEnd',['$event']]]],['error',[['_error',['$event']]]]]}}" bindtouchstart="__e" bindtouchmove="__e" bindtouchend="__e" binderror="__e" class="data-v-f10dbef8"></canvas></view></block><block wx:if="{{!ontouch}}"><view data-event-opts="{{[['tap',[['_tap',['$event']]]]]}}" bindtap="__e" class="data-v-f10dbef8"><canvas hidden="{{!(showchart)}}" style="{{'width:'+(cWidth+'px')+';'+('height:'+(cHeight+'px')+';')+('background:'+(background)+';')}}" id="{{cid}}" canvasId="{{cid}}" type="2d" disable-scroll="{{disScroll}}" data-event-opts="{{[['error',[['_error',['$event']]]]]}}" binderror="__e" class="data-v-f10dbef8"></canvas></view></block></block></block><block wx:if="{{!type2d}}"><block class="data-v-f10dbef8"><block wx:if="{{ontouch}}"><view data-event-opts="{{[['tap',[['_tap',['$event']]]]]}}" bindtap="__e" class="data-v-f10dbef8"><block wx:if="{{showchart}}"><canvas style="{{'width:'+(cWidth+'px')+';'+('height:'+(cHeight+'px')+';')+('background:'+(background)+';')}}" id="{{cid}}" canvasId="{{cid}}" disable-scroll="{{disScroll}}" data-event-opts="{{[['touchstart',[['_touchStart',['$event']]]],['touchmove',[['_touchMove',['$event']]]],['touchend',[['_touchEnd',['$event']]]],['error',[['_error',['$event']]]]]}}" bindtouchstart="__e" bindtouchmove="__e" bindtouchend="__e" binderror="__e" class="data-v-f10dbef8"></canvas></block></view></block><block wx:if="{{!ontouch}}"><view class="data-v-f10dbef8"><block wx:if="{{showchart}}"><canvas style="{{'width:'+(cWidth+'px')+';'+('height:'+(cHeight+'px')+';')+('background:'+(background)+';')}}" id="{{cid}}" canvasId="{{cid}}" disable-scroll="{{disScroll}}" data-event-opts="{{[['tap',[['_tap',['$event']]]],['error',[['_error',['$event']]]]]}}" bindtap="__e" binderror="__e" class="data-v-f10dbef8"></canvas></block></view></block></block></block></view>

View File

@@ -0,0 +1,10 @@
.chartsview.data-v-f10dbef8 {
width: 100%;
height: 100%;
display: flex;
flex: 1;
justify-content: center;
align-items: center;
}