|
@@ -12,12 +12,12 @@
|
|
|
<view class="cont-item">
|
|
|
<u-loading :show="titleStatus"></u-loading>
|
|
|
<text v-if="!titleStatus" class="other">{{huishouTotal}}</text>
|
|
|
- <text class="header-cont-item-title">可回收物(L)</text>
|
|
|
+ <text class="header-cont-item-title">可回收物(KG)</text>
|
|
|
</view>
|
|
|
<view class="cont-item">
|
|
|
<u-loading :show="titleStatus"></u-loading>
|
|
|
<text v-if="!titleStatus" class="other">{{harmTotal}}</text>
|
|
|
- <text class="header-cont-item-title">有害收物(L)</text>
|
|
|
+ <text class="header-cont-item-title">有害收物(KG)</text>
|
|
|
</view>
|
|
|
<view class="cont-item">
|
|
|
<u-loading :show="titleStatus"></u-loading>
|
|
@@ -27,7 +27,7 @@
|
|
|
<view class="cont-item">
|
|
|
<u-loading :show="titleStatus"></u-loading>
|
|
|
<text v-if="!titleStatus" class="other">{{otherTotal}}</text>
|
|
|
- <text class="header-cont-item-title">其它垃圾(KG)</text>
|
|
|
+ <text class="header-cont-item-title">其它垃圾(L)</text>
|
|
|
</view>
|
|
|
<view class="cont-item">
|
|
|
|
|
@@ -65,13 +65,13 @@
|
|
|
<view class="cont-item">
|
|
|
<u-image src="/static/chuyu.png"></u-image>
|
|
|
<text class="item-title">厨余垃圾</text>
|
|
|
- <text>{{item.gatherKitchen ? (item.gatherKitchen/1000).toFixed(3)/1 :0}}kg</text>
|
|
|
+ <text>{{item.gatherKitchen ? (item.gatherKitchen/1000).toFixed(3)/1 :0}}l</text>
|
|
|
</view>
|
|
|
<!-- 其他垃圾 -->
|
|
|
<view class="cont-item">
|
|
|
<u-image src="/static/qita.png"></u-image>
|
|
|
<text class="item-title">其他垃圾</text>
|
|
|
- <text>{{item.gatherOther? (item.gatherOther/1000).toFixed(3)/1 :0}}kg</text>
|
|
|
+ <text>{{item.gatherOther? (item.gatherOther/1000).toFixed(3)/1 :0}}l</text>
|
|
|
</view>
|
|
|
<!-- 建筑垃圾 -->
|
|
|
<view class="cont-item">
|