Эх сурвалжийг харах

缴费提示信息与实际不符,没有正确获取欠费场次及缴费金额
扫码出口修改提示文字

qiubo 3 жил өмнө
parent
commit
42668c7c7d

+ 1 - 1
pages/parkexport/parkexport.vue

@@ -65,7 +65,7 @@
 		<template v-else>
 			<view class="parking-lock-info">
 				<view class="parking-lock-info-item">
-					<view>口无车辆</view>
+					<view>口无车辆</view>
 				</view>
 			</view>
 		</template>

+ 2 - 2
pages/payLists/payLists.vue

@@ -295,7 +295,7 @@
 							if (this.payList[this.current].length >= this.list[this.current].total) {
 								this.loadStatus.splice(this.list[orderType.index].index, 1, 'nomore')
 							};
-							this.totalCount = res.data.costInfo.totalCount;
+							this.totalCount = res.data.costInfo.totalCount;	
 							this.totalPayAmount = res.data.costInfo.totalPayAmount;
 
 						}).catch(err => {
@@ -431,7 +431,7 @@
 				let orderNum = 0,
 					price = 0
 				this.currentItem = []
-				this.payList.forEach(item => {
+				this.payList[this.current].forEach(item => {
 					if (item.orderStatus !== 4 && item.payStatus !== 1) {
 						price += Number(item.payAmount)
 						orderNum++