zhengkaixin há 2 anos atrás
pai
commit
15e0abb08a
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      pages/index/index.vue
  2. 1 1
      pages/user/finance/refundList.vue

+ 1 - 1
pages/index/index.vue

@@ -268,7 +268,7 @@
 				<p style=" width: 160%;">	{{item.stationName}}/{{item.deviceName}}&nbsp;&nbsp;当前电价{{item.chargingCostPrice }}元/度</p>
 				</view>
 			</view>
-			<view class="img-box">
+			<view class="img-box" style="height: 110px;">
 				<img v-if="item.status == '0'" src="static/img/等待中-缺省页.png">
 				<img v-if="item.status == '1'" src="static/img/充电中-缺省页.png">
 				<img v-if="item.status == '2'" src="static/img/已充满-缺省页.png">

+ 1 - 1
pages/user/finance/refundList.vue

@@ -170,7 +170,7 @@
 					// uni.showToast({
 					// 	title:err
 					// })
-					
+						uni.hideLoading();
 					uni.showModal({
 							content:err,
 						title:'提示',