Showing
7 changed files
with
3 additions
and
48 deletions
miniprogram/components/mutiSlots/mutiSlots.json
deleted
100644 → 0
miniprogram/components/mutiSlots/mutiSlots.ts
deleted
100644 → 0
miniprogram/components/mutiSlots/mutiSlots.wxml
deleted
100644 → 0
miniprogram/components/mutiSlots/mutiSlots.wxss
deleted
100644 → 0
1 | -/* components/mutiSlots/mutiSlots.wxss */ |
@@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
3 | <van-circle value="{{ 30 }}" clockwise="{{ false }}" stroke-width="17" size="120" layer-color="#F3F3F3" color="#14C9C9"> | 3 | <van-circle value="{{ 30 }}" clockwise="{{ false }}" stroke-width="17" size="120" layer-color="#F3F3F3" color="#14C9C9"> |
4 | <view class="deviceText"> | 4 | <view class="deviceText"> |
5 | <view class="deviceNum"> | 5 | <view class="deviceNum"> |
6 | - 98% | 6 | + 30% |
7 | </view> | 7 | </view> |
8 | <view class="deviceCont"> | 8 | <view class="deviceCont"> |
9 | 新能源占比 | 9 | 新能源占比 |
@@ -348,6 +348,7 @@ Page({ | @@ -348,6 +348,7 @@ Page({ | ||
348 | Toast.loading({ | 348 | Toast.loading({ |
349 | message: '加载中...', | 349 | message: '加载中...', |
350 | forbidClick: true, | 350 | forbidClick: true, |
351 | + mask:true, | ||
351 | duration: 0, // 持续展示 toast | 352 | duration: 0, // 持续展示 toast |
352 | }); | 353 | }); |
353 | HTTP.POST({ | 354 | HTTP.POST({ |
@@ -419,7 +420,7 @@ Page({ | @@ -419,7 +420,7 @@ Page({ | ||
419 | totalNumName: "故障状态" | 420 | totalNumName: "故障状态" |
420 | }, | 421 | }, |
421 | ] | 422 | ] |
422 | - const overallDataListNew = [ | 423 | + const overallDataListNew: any = [ |
423 | { | 424 | { |
424 | type: '光伏', | 425 | type: '光伏', |
425 | oneLabelName: "母线电压", | 426 | oneLabelName: "母线电压", |