shish 4 лет назад
Родитель
Сommit
7437aab0aa
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      ghsApp/src/pagesOrder/detail.vue

+ 3 - 3
ghsApp/src/pagesOrder/detail.vue

@@ -298,11 +298,11 @@ export default {
 			}
 			this.$util.pageTo({url:'/pagesOrder/refund?id='+this.option.id})
 		},
-		//结账(单个结账没有优惠)
+		//结账
 		settleOrder(item) {
 			let id = item.id
 			let customId = item.customId
-			let actPrice = item.actPrice
+			let remainDebtPrice = item.remainDebtPrice
 			let that = this
 			let payWay = 0
 			uni.showActionSheet({
@@ -317,7 +317,7 @@ export default {
 							id:JSON.stringify([{id:id}]),
 							customId:customId,
 							payWay:payWay,
-							modifyPrice:actPrice
+							modifyPrice:remainDebtPrice
 						}
 
 						that.$util.confirmModal({content:'确认结清欠款?'},() => {