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 */ | |
| \ No newline at end of file |
| ... | ... | @@ -348,6 +348,7 @@ Page({ |
| 348 | 348 | Toast.loading({ |
| 349 | 349 | message: '加载中...', |
| 350 | 350 | forbidClick: true, |
| 351 | + mask:true, | |
| 351 | 352 | duration: 0, // 持续展示 toast |
| 352 | 353 | }); |
| 353 | 354 | HTTP.POST({ |
| ... | ... | @@ -419,7 +420,7 @@ Page({ |
| 419 | 420 | totalNumName: "故障状态" |
| 420 | 421 | }, |
| 421 | 422 | ] |
| 422 | - const overallDataListNew = [ | |
| 423 | + const overallDataListNew: any = [ | |
| 423 | 424 | { |
| 424 | 425 | type: '光伏', |
| 425 | 426 | oneLabelName: "母线电压", | ... | ... |