Ver Fonte

修改单位

zhangdan há 4 anos atrás
pai
commit
8816e3cde7
1 ficheiros alterados com 5 adições e 5 exclusões
  1. 5 5
      pages/index/index.vue

+ 5 - 5
pages/index/index.vue

@@ -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">