Browse Source

feat:fix bugs

master
sundalingg 1 year ago
parent
commit
44e5986e62
  1. 6
      weapp/package/AIOTOverview/AIOTOverview.wxml

6
weapp/package/AIOTOverview/AIOTOverview.wxml

@ -72,15 +72,15 @@
<view class="card-content"> <view class="card-content">
<view class="row flex flex-between detail"> <view class="row flex flex-between detail">
<view class="content-left" style="font-weight: bold;">专网条数</view> <view class="content-left" style="font-weight: bold;">专网条数</view>
<view class="content-right" style="font-weight: bold;">{{(count.normal+count.abnormal)+''}}</view> <view class="content-right" style="font-weight: bold;">{{(count.normal+count.abnormal)+''}}</view>
</view> </view>
<view class="row flex flex-between detail"> <view class="row flex flex-between detail">
<view class="content-left">正常</view> <view class="content-left">正常</view>
<view class="content-right">{{count.normal+''}}</view> <view class="content-right">{{count.normal+''}}</view>
</view> </view>
<view class="row flex flex-between detail"> <view class="row flex flex-between detail">
<view class="content-left">欠费</view> <view class="content-left">欠费</view>
<view class="content-right" style="color:red">{{count.abnormal+''}}</view> <view class="content-right" style="color:red">{{count.abnormal+''}}</view>
</view> </view>
</view> </view>
</view> </view>

Loading…
Cancel
Save