第一次提交

This commit is contained in:
dt_2916866708
2024-02-28 17:26:46 +08:00
commit f756390529
991 changed files with 126914 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["ChargingStation/components/charge/index"],{"16ee":function(e,t,n){"use strict";n.r(t);var i=n("b1c2"),s=n("7136");for(var a in s)["default"].indexOf(a)<0&&function(e){n.d(t,e,(function(){return s[e]}))}(a);n("527e");var o=n("f0c5"),c=Object(o["a"])(s["default"],i["b"],i["c"],!1,null,"b429d94e",null,!1,i["a"],void 0);t["default"]=c.exports},"527e":function(e,t,n){"use strict";var i=n("f2ce"),s=n.n(i);s.a},"665b":function(e,t,n){"use strict";(function(e){var i=n("4ea4");Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var s=i(n("b489")),a=i(n("40ac")),o=(i(n("9f6c")),{props:{value:{type:Boolean,default:!1},addressData:{type:Object,default:function(){return null}}},watch:{value:function(e,t){console.log("监听",e),e?this.$refs.popup.open("bottom"):this.$refs.popup.close()},addressData:function(e,t){this.addressDataFilter(this.addressData)}},created:function(){console.log(this.value,"111")},data:function(){return{pickerOpen:!1,determine:null,addressList:{provinces:s.default,citys:a.default},seleData:null,seleIndex:[],seachValue:"",getData:{pageSize:5,currentPage:1,params:{nameOrPhone:"",type:0}}}},methods:{pickstart:function(){this.pickerOpen=!0},pickendFn:function(){this.pickerOpen=!1,console.log("结束"),this.$nextTick((function(){console.log(this.addressList.provinces[this.seleIndex[0]].label,this.addressList.citys[this.seleIndex[0]][this.seleIndex[1]].label)}))},addressDataFilter:function(e){var t=this;console.log(this.seleIndex.length,"***"),this.addressList.provinces.forEach((function(n,i){n.label==e.province&&(t.seleIndex[0]=i,t.addressList.citys[t.seleIndex[0]].forEach((function(n,i){n.label==e.city&&(t.seleIndex[1]=i)})))}))},iconClick:function(){this.getData.params.nameOrPhone||this.getlist()},buttenFn:function(){var t=this;clearTimeout(this.determine),e.showLoading({title:"加载中"}),this.seleData={province:this.addressList.provinces[this.seleIndex[0]].label,city:this.addressList.citys[this.seleIndex[0]][this.seleIndex[1]].label},this.determine=setTimeout((function(){t.$emit("chargeChange",t.seleData),e.hideLoading(),t.$emit("input",!1)}),700)},getlist:function(){},pickerChange:function(e){this.seleIndex=e.detail.value},change:function(e){this.$emit("input",e.show)},confirmFn:function(){this.getlist()}}});t.default=o}).call(this,n("543d")["default"])},7136:function(e,t,n){"use strict";n.r(t);var i=n("665b"),s=n.n(i);for(var a in i)["default"].indexOf(a)<0&&function(e){n.d(t,e,(function(){return i[e]}))}(a);t["default"]=s.a},b1c2:function(e,t,n){"use strict";n.d(t,"b",(function(){return s})),n.d(t,"c",(function(){return a})),n.d(t,"a",(function(){return i}));var i={uniPopup:function(){return n.e("uni_modules/uni-popup/components/uni-popup/uni-popup").then(n.bind(null,"cc5a"))}},s=function(){var e=this.$createElement,t=(this._self._c,this.value?Boolean(Number(this.seleIndex.length)):null);this.$mp.data=Object.assign({},{$root:{m0:t}})},a=[]},f2ce:function(e,t,n){}}]);
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'ChargingStation/components/charge/index-create-component',
{
'ChargingStation/components/charge/index-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('543d')['createComponent'](__webpack_require__("16ee"))
})
},
[['ChargingStation/components/charge/index-create-component']]
]);

View File

@@ -0,0 +1,6 @@
{
"usingComponents": {
"uni-popup": "/uni_modules/uni-popup/components/uni-popup/uni-popup"
},
"component": true
}

View File

@@ -0,0 +1 @@
<view class="data-v-b429d94e"><uni-popup vue-id="24a41100-1" type="bottom" background-color="#fff" data-ref="popup" data-event-opts="{{[['^change',[['change']]]]}}" bind:change="__e" class="data-v-b429d94e vue-ref" bind:__l="__l" vue-slots="{{['default']}}"><block wx:if="{{value}}"><view style="height:35vh;display:flex;flex-direction:column;" class="data-v-b429d94e"><block wx:if="{{$root.m0}}"><picker-view style="flex:1;" value="{{seleIndex}}" data-event-opts="{{[['change',[['pickerChange',['$event']]]],['pickstart',[['pickstart',['$event']]]],['pickend',[['pickendFn',['$event']]]]]}}" bindchange="__e" bindpickstart="__e" bindpickend="__e" class="data-v-b429d94e"><picker-view-column class="data-v-b429d94e"><block wx:for="{{addressList.provinces}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view style="display:flex;align-items:center;justify-content:center;" class="data-v-b429d94e">{{item.label}}</view></block></picker-view-column><picker-view-column class="data-v-b429d94e"><block wx:for="{{addressList.citys[seleIndex[0]]}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view style="display:flex;align-items:center;justify-content:center;" class="data-v-b429d94e">{{item.label}}</view></block></picker-view-column></picker-view></block><button class="butten data-v-b429d94e" disabled="{{pickerOpen}}" loading="{{pickerOpen}}" data-event-opts="{{[['tap',[['buttenFn',['$event']]]]]}}" bindtap="__e"><text class="data-v-b429d94e">{{pickerOpen?'加载中':'确定'}}</text></button></view></block></uni-popup></view>

View File

@@ -0,0 +1 @@
button[disabled].data-v-b429d94e{background:rgba(0,122,255,.3137254901960784);color:hsla(0,0%,100%,.3137254901960784)}.butten.data-v-b429d94e{display:flex;justify-content:center;font-size:35rpx;color:#fff;width:60%;margin:10rpx auto;border-radius:10px;background:#007aff;align-items:center}

View File

@@ -0,0 +1,10 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["ChargingStation/components/plate/index"],{3801:function(t,e,n){"use strict";n.r(e);var i=n("7666"),u=n("d25e");for(var a in u)["default"].indexOf(a)<0&&function(t){n.d(e,t,(function(){return u[t]}))}(a);n("e0ca");var l=n("f0c5"),s=Object(l["a"])(u["default"],i["b"],i["c"],!1,null,null,null,!1,i["a"],void 0);e["default"]=s.exports},7666:function(t,e,n){"use strict";n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return u})),n.d(e,"a",(function(){}));var i=function(){var t=this.$createElement,e=(this._self._c,this.plateNumber.length),n=this.plateNumber.length<2||this.isInputZh,i=(6===this.plateNumber.length||7===this.plateNumber.length)&&!this.isInputZh;this.$mp.data=Object.assign({},{$root:{g0:e,g1:n,g2:i}})},u=[]},d25e:function(t,e,n){"use strict";n.r(e);var i=n("defa"),u=n.n(i);for(var a in i)["default"].indexOf(a)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(a);e["default"]=u.a},defa:function(t,e,n){"use strict";(function(t){var i=n("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var u=i(n("2744")),a={data:function(){return{plateNumber:"",plateShow:!1,keyVehicle1:["京","沪","粤","津","冀","豫","云","辽","黑","湘"],keyVehicle2:["皖","鲁","新","苏","浙","赣","鄂","桂","甘"],keyVehicle3:["晋","蒙","陕","吉","闽","贵","渝","川"],keyVehicle4:["青","藏","琼","宁","使"],keyNumber:["1","2","3","4","5","6","7","8","9","0"],keyEnInput1:["Q","W","E","R","T","Y","U","I","O","P"],keyEnInput2:["A","S","D","F","G","H","J","K","L"],keyEnInput3:["Z","X","C","V","B","N","M"],keyEnInput4:["港","澳","学","警","临","挂"],isInputZh:!1,src:""}},props:{isShow:{type:Boolean,default:!0},safeArea:{type:Boolean,default:!1}},mounted:function(){this.src=u.default},onShow:function(){},watch:{plateNumber:function(t){this.$emit("update:plateNum",t)}},methods:{init:function(){this.plateNumber=""},open:function(){this.plateShow=!0},close:function(e){var n=this;if(this.plateNumber&&this.plateNumber.length<7||1==e)return t.showModal({title:"温馨提示",content:"关闭将会清空您已输入的内容",success:function(t){t.confirm?(n.init(),n.plateShow=!1,n.$emit("change",{value:n.plateNumber})):t.cancel}});this.isVehicleNumber(this.plateNumber)?(this.plateShow=!1,this.$emit("change",{value:this.plateNumber})):this.plateNumber?t.showToast({title:"车牌号输入错误,请重新输入",duration:2e3,icon:"none"}):this.plateShow=!1},isVehicleNumber:function(t){return 7==t.length?/^[京津沪渝冀豫云辽黑湘皖鲁新苏浙赣鄂桂甘晋蒙陕吉闽贵粤青藏川宁琼使领A-Z]{1}[A-Z]{1}[A-HJ-NP-Z0-9]{4}[A-HJ-NP-Z0-9挂学警港澳临]{1}$/.test(t):8==t.length&&/^[京津沪渝冀豫云辽黑湘皖鲁新苏浙赣鄂桂甘晋蒙陕吉闽贵粤青藏川宁琼使领A-Z]{1}[A-Z]{1}(([0-9]{5}[DF]$)|([DF][A-HJ-NP-Z0-9][0-9]{4}$))/.test(t)},plateHead:function(t){this.plateNumber||(this.plateNumber=this.plateNumber+t)},plateInput:function(t){this.isInputZh||"I"==t||"O"==t||this.plateNumber.length<8&&(this.plateNumber=this.plateNumber+t)},plateNum:function(t){this.isInputZh||this.plateNumber.length>=2&&this.plateNumber.length<8&&(this.plateNumber=this.plateNumber+t)},plateLast:function(t){this.isInputZh||6!==this.plateNumber.length&&7!==this.plateNumber.length||(this.plateNumber=this.plateNumber+t,this.isInputZh=!0)},plateDel:function(){this.plateNumber&&(this.plateNumber=this.plateNumber.substring(0,this.plateNumber.length-1)),6!==this.plateNumber.length&&7!==this.plateNumber.length||(this.isInputZh=!1)}}};e.default=a}).call(this,n("543d")["default"])},e0ca:function(t,e,n){"use strict";var i=n("e199"),u=n.n(i);u.a},e199:function(t,e,n){}}]);
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'ChargingStation/components/plate/index-create-component',
{
'ChargingStation/components/plate/index-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('543d')['createComponent'](__webpack_require__("3801"))
})
},
[['ChargingStation/components/plate/index-create-component']]
]);

View File

@@ -0,0 +1,4 @@
{
"usingComponents": {},
"component": true
}

View File

@@ -0,0 +1 @@
<view class="plate-content"><view hidden="{{!(plateShow)}}" class="plate-popup"><view class="plate-close flex jw" style="padding:0 20rpx;box-sizing:border-box;"><text data-event-opts="{{[['tap',[['close',[1]]]]]}}" bindtap="__e">关闭</text><block wx:if="{{$root.g0>6}}"><text data-event-opts="{{[['tap',[['close',[2]]]]]}}" bindtap="__e">确定</text></block></view><view hidden="{{!(!plateNumber)}}" class="{{[safeArea?'isPhoneX':'']}}"><view class="plate-popup-item"><block wx:for="{{keyVehicle1}}" wx:for-item="item" wx:for-index="itemIndex" wx:key="itemIndex"><view data-event-opts="{{[['tap',[['plateHead',['$0'],[[['keyVehicle1','',itemIndex]]]]]]]}}" class="plate-popup-item-list" bindtap="__e">{{item}}</view></block></view><view class="plate-popup-item"><block wx:for="{{keyVehicle2}}" wx:for-item="item" wx:for-index="itemIndex" wx:key="itemIndex"><view data-event-opts="{{[['tap',[['plateHead',['$0'],[[['keyVehicle2','',itemIndex]]]]]]]}}" class="plate-popup-item-list" bindtap="__e">{{item}}</view></block></view><view class="plate-popup-item"><block wx:for="{{keyVehicle3}}" wx:for-item="item" wx:for-index="itemIndex" wx:key="itemIndex"><view data-event-opts="{{[['tap',[['plateHead',['$0'],[[['keyVehicle3','',itemIndex]]]]]]]}}" class="plate-popup-item-list" bindtap="__e">{{item}}</view></block></view><view class="plate-popup-item"><block wx:for="{{keyVehicle4}}" wx:for-item="item" wx:for-index="itemIndex" wx:key="itemIndex"><view data-event-opts="{{[['tap',[['plateHead',['$0'],[[['keyVehicle4','',itemIndex]]]]]]]}}" class="plate-popup-item-list" bindtap="__e">{{item}}</view></block><view data-event-opts="{{[['tap',[['plateDel',['$event']]]]]}}" class="plate-popup-item-list delImg" bindtap="__e"><image src="{{src}}"></image></view></view></view><view hidden="{{!(plateNumber)}}" class="{{[safeArea?'isPhoneX':'']}}"><view class="plate-popup-item"><block wx:for="{{keyNumber}}" wx:for-item="item" wx:for-index="itemIndex" wx:key="itemIndex"><view data-event-opts="{{[['tap',[['plateNum',['$0'],[[['keyNumber','',itemIndex]]]]]]]}}" class="{{['plate-popup-item-list',$root.g1?'plate-popup-item-disabled':'']}}" bindtap="__e">{{item+''}}</view></block></view><view class="plate-popup-item"><block wx:for="{{keyEnInput1}}" wx:for-item="item" wx:for-index="itemIndex" wx:key="itemIndex"><view data-event-opts="{{[['tap',[['plateInput',['$0'],[[['keyEnInput1','',itemIndex]]]]]]]}}" class="{{['plate-popup-item-list',!isInputZh?'':'plate-popup-item-disabled']}}" bindtap="__e"><view class="{{[item=='I'||item=='O'?'plate-popup-item-disabled':'']}}">{{item}}</view></view></block></view><view class="plate-popup-item"><block wx:for="{{keyEnInput2}}" wx:for-item="item" wx:for-index="itemIndex" wx:key="itemIndex"><view data-event-opts="{{[['tap',[['plateInput',['$0'],[[['keyEnInput2','',itemIndex]]]]]]]}}" class="{{['plate-popup-item-list',!isInputZh?'':'plate-popup-item-disabled']}}" bindtap="__e">{{item+''}}</view></block></view><view class="plate-popup-item"><block wx:for="{{keyEnInput3}}" wx:for-item="item" wx:for-index="itemIndex" wx:key="itemIndex"><view data-event-opts="{{[['tap',[['plateInput',['$0'],[[['keyEnInput3','',itemIndex]]]]]]]}}" class="{{['plate-popup-item-list',!isInputZh?'':'plate-popup-item-disabled']}}" bindtap="__e">{{item+''}}</view></block></view><view class="plate-popup-item"><block wx:for="{{keyEnInput4}}" wx:for-item="item" wx:for-index="itemIndex" wx:key="itemIndex"><view data-event-opts="{{[['tap',[['plateLast',['$0'],[[['keyEnInput4','',itemIndex]]]]]]]}}" class="{{['plate-popup-item-list','del2',$root.g2?'':'plate-popup-item-disabled']}}" bindtap="__e">{{item+''}}</view></block><view data-event-opts="{{[['tap',[['plateDel',['$event']]]]]}}" class="plate-popup-item-list delImg" bindtap="__e"><image src="{{src}}"></image></view></view></view></view></view>

View File

@@ -0,0 +1 @@
.isPhoneX{padding-bottom:env(safe-area-inset-bottom)}.numbox{display:flex;align-items:center;justify-content:space-between;background:#fff;padding:0 24rpx 32rpx}.numbox .numInput{width:76rpx;height:96rpx;line-height:92rpx;text-align:center;background:#fff;border-radius:4rpx;border:2rpx solid #e6e6e6;font-size:44rpx;font-family:SourceHanSansCN-Regular,SourceHanSansCN;font-weight:400;color:#333}.numbox .numInputon{position:relative;border:2rpx solid #377cff}.numbox .numInputon::after{width:56rpx;height:4rpx;background:#377cff;border-radius:2rpx;content:"";position:absolute;bottom:6rpx;left:12rpx}.numbox .newnumInput{width:76rpx;height:96rpx;line-height:92rpx;text-align:center;border-radius:4rpx;font-size:44rpx;font-family:SourceHanSansCN-Regular,SourceHanSansCN;font-weight:400;background:#e7faf1;border:2rpx dashed #0fd07e;color:#0fd07e}.numbox .newnumInputon{position:relative;border:2rpx solid #0fd07e}.numbox .newnumInputon::after{width:56rpx;height:4rpx;background:#0fd07e;border-radius:2rpx;content:"";position:absolute;bottom:6rpx;left:12rpx}.numbox .newpl{font-size:24rpx;font-family:SourceHanSansCN-Regular,SourceHanSansCN;font-weight:400;color:#00bf6e;line-height:36rpx}.plate-popup{position:fixed;z-index:999;background-color:#e3e2e7;box-shadow:0 0 30rpx rgba(0,0,0,.1);bottom:0;width:100%;overflow:hidden;text-align:center}.plate-popup .plate-close{width:calc(100% - vww(10));background:#fff;line-height:60rpx;font-size:24rpx;text-align:right;padding-right:20rpx;color:#00a7ea}.plate-popup .plate-popup-item{margin:0 auto;overflow:hidden;display:inline-block;display:table}.plate-popup .plate-popup-item:last-child{margin-bottom:2vw}.plate-popup .plate-popup-item-list{float:left;font-size:28rpx;width:8vw;margin:0 1vw;margin-top:2vw;height:70rpx;line-height:70rpx;background:#fff;border-radius:5px;color:#4a4a4a;overflow:hidden}.plate-popup .plate-popup-item-list.del{width:14vw}.plate-popup .plate-popup-item-list.del2{width:12vw}.plate-popup .plate-popup-item-list.delImg{width:14vw;display:flex}.plate-popup .plate-popup-item-list.delImg image{width:48rpx;height:48rpx;margin:0 auto;display:block;vertical-align:middle;align-self:center}.plate-popup .plate-popup-item-list.special{background:#f0f2f4}.plate-popup .plate-popup-item-disabled{background:#f0f2f4}

View File

@@ -0,0 +1,10 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["ChargingStation/components/portItem/index"],{"02bc":function(t,n,e){},"3fc7":function(t,n,e){"use strict";var r=e("02bc"),u=e.n(r);u.a},6243:function(t,n,e){"use strict";e.r(n);var r=e("e40d"),u=e.n(r);for(var a in r)["default"].indexOf(a)<0&&function(t){e.d(n,t,(function(){return r[t]}))}(a);n["default"]=u.a},"6e93":function(t,n,e){"use strict";e.r(n);var r=e("b39a"),u=e("6243");for(var a in u)["default"].indexOf(a)<0&&function(t){e.d(n,t,(function(){return u[t]}))}(a);e("3fc7");var c=e("f0c5"),i=Object(c["a"])(u["default"],r["b"],r["c"],!1,null,"2252404c",null,!1,r["a"],void 0);n["default"]=i.exports},b39a:function(t,n,e){"use strict";e.d(n,"b",(function(){return r})),e.d(n,"c",(function(){return u})),e.d(n,"a",(function(){}));var r=function(){var t=this.$createElement,n=(this._self._c,this._f("status")(this.item.status));this.$mp.data=Object.assign({},{$root:{f0:n}})},u=[]},e40d:function(t,n,e){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var r={name:"portItem",props:{item:{type:Object,default:function(){return null}}},filters:{status:function(t){switch(t){case 0:return"离网";case 1:return"空闲\t";case 2:return"占用";case 3:return"占用";case 4:return"占用";case 255:return"故障"}}},data:function(){return{}}};n.default=r}}]);
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'ChargingStation/components/portItem/index-create-component',
{
'ChargingStation/components/portItem/index-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('543d')['createComponent'](__webpack_require__("6e93"))
})
},
[['ChargingStation/components/portItem/index-create-component']]
]);

View File

@@ -0,0 +1,4 @@
{
"usingComponents": {},
"component": true
}

View File

@@ -0,0 +1 @@
<view class="portItem_body flex data-v-2252404c"><view class="portItem_left flex ac data-v-2252404c"><view class="portItem_left_container flex ac jc data-v-2252404c" style="{{'border-color:'+(item.color)+';'+('color:'+(item.color)+';')}}">{{''+$root.f0+''}}</view></view><view class="portItem_right oneflex data-v-2252404c"><view class=" portItem_right_item flex data-v-2252404c"><view class="portItem_right_item_label data-v-2252404c">桩编号</view><view class="portItem_right_item_value oneflex data-v-2252404c">{{''+item.id}}</view></view><view class=" portItem_right_item flex data-v-2252404c"><view class="portItem_right_item_label data-v-2252404c">电流</view><view class="portItem_right_item_value oneflex data-v-2252404c">{{'最大'+item.current+"A"}}</view></view><view class=" portItem_right_item flex data-v-2252404c"><view class="portItem_right_item_label data-v-2252404c">电压</view><view class="portItem_right_item_value oneflex data-v-2252404c">{{''+item.voltageLowerLimits+"V-"+item.voltageUpperLimits+"V"}}</view></view><view class=" portItem_right_item flex data-v-2252404c"><view class="portItem_right_item_label bule data-v-2252404c">{{item.equipmentType=='1'?'直流快充':item.equipmentType=='2'?'交流慢充':'其他'}}</view><view class="portItem_right_item_value oneflex data-v-2252404c">{{'最大功率'+item.power+"KW"}}</view></view></view></view>

View File

@@ -0,0 +1 @@
.portItem_body.data-v-2252404c{width:675rpx;background:#fff;box-shadow:0rpx 1rpx 15rpx 0rpx rgba(0,0,0,.04);border-radius:10rpx 10rpx 10rpx 10rpx;opacity:1;margin:0 auto;margin-bottom:25rpx;padding:44rpx 27rpx;box-sizing:border-box}.portItem_body .bule.data-v-2252404c{color:#36658d}.portItem_body .portItem_left .portItem_left_container.data-v-2252404c{width:101rpx;height:101rpx;border-radius:216rpx 216rpx 216rpx 216rpx;opacity:1;border:4rpx solid #36658d;box-sizing:border-box;color:#36658d;font-size:37rpx}.portItem_body .portItem_right.data-v-2252404c{margin-left:29rpx;font-size:24rpx}.portItem_body .portItem_right .portItem_right_item.data-v-2252404c:last-child{margin-bottom:0}.portItem_body .portItem_right .portItem_right_item.data-v-2252404c:first-child{margin-top:0}.portItem_body .portItem_right .portItem_right_item.data-v-2252404c{margin:15rpx 0}.portItem_body .portItem_right .portItem_right_item .portItem_right_item_label.data-v-2252404c{min-width:98rpx}.portItem_body .portItem_right .portItem_right_item .portItem_right_item_value.data-v-2252404c{margin-left:41rpx}

View File

@@ -0,0 +1,4 @@
{
"usingComponents": {},
"component": true
}

View File

@@ -0,0 +1 @@
<view class="chartsview data-v-39c0f574" id="{{'ChartBoxId'+cid}}"><block wx:if="{{mixinDatacomLoading}}"><view class="data-v-39c0f574"><qiun-loading vue-id="5171d948-1" loadingType="{{loadingType}}" class="data-v-39c0f574" bind:__l="__l"></qiun-loading></view></block><block wx:if="{{mixinDatacomErrorMessage&&errorShow}}"><view data-event-opts="{{[['tap',[['reloading',['$event']]]]]}}" bindtap="__e" class="data-v-39c0f574"><qiun-error vue-id="5171d948-2" errorMessage="{{errorMessage}}" class="data-v-39c0f574" bind:__l="__l"></qiun-error></view></block><block wx:if="{{type2d}}"><block class="data-v-39c0f574"><block wx:if="{{ontouch}}"><view data-event-opts="{{[['tap',[['_tap',['$event']]]]]}}" bindtap="__e" class="data-v-39c0f574"><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-39c0f574"></canvas></view></block><block wx:if="{{!ontouch}}"><view data-event-opts="{{[['tap',[['_tap',['$event']]]]]}}" bindtap="__e" class="data-v-39c0f574"><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-39c0f574"></canvas></view></block></block></block><block wx:if="{{!type2d}}"><block class="data-v-39c0f574"><block wx:if="{{ontouch}}"><view data-event-opts="{{[['tap',[['_tap',['$event']]]]]}}" bindtap="__e" class="data-v-39c0f574"><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-39c0f574"></canvas></block></view></block><block wx:if="{{!ontouch}}"><view class="data-v-39c0f574"><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-39c0f574"></canvas></block></view></block></block></block></view>

View File

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