From 4c8f2f0f6c18a73dcce9cb4d4194075f7f6d8bdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BD=90=E5=A4=A9=E5=A4=A7=E5=9C=A3?= <17615834396@163.com> Date: Tue, 4 Jun 2024 15:45:32 +0800 Subject: [PATCH 1/3] bug --- pos-uni/pagesHome/PaymentResults/PaymentResults.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pos-uni/pagesHome/PaymentResults/PaymentResults.vue b/pos-uni/pagesHome/PaymentResults/PaymentResults.vue index 4683c44a8..7874e19dd 100644 --- a/pos-uni/pagesHome/PaymentResults/PaymentResults.vue +++ b/pos-uni/pagesHome/PaymentResults/PaymentResults.vue @@ -134,7 +134,7 @@ }, getBalanceOrder() { request({ - url: 'business/marketingActivity/activeExchange/cardValueOrders/getOneByOrderNo', + url: 'business/marketingActivity/activeExchange/cardValueOrders/getOneByOrderNos', method: 'post', data: { orderNo: this.orderNo From 7160b12ab4f5886a3fe920a22a6865b7ea85fa12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BD=90=E5=A4=A9=E5=A4=A7=E5=9C=A3?= <17615834396@163.com> Date: Tue, 4 Jun 2024 16:14:29 +0800 Subject: [PATCH 2/3] bug --- .../MemberRecharge/MemberRecharge.vue | 8 +++--- .../PaymentResults/PaymentResults.vue | 26 +++++++++---------- 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/pos-uni/pagesHome/MemberRecharge/MemberRecharge.vue b/pos-uni/pagesHome/MemberRecharge/MemberRecharge.vue index a798f6ca4..ff49c4505 100644 --- a/pos-uni/pagesHome/MemberRecharge/MemberRecharge.vue +++ b/pos-uni/pagesHome/MemberRecharge/MemberRecharge.vue @@ -190,10 +190,10 @@ }).then((res) => { this.numList = res.data.records - this.order.amount = this.numList.rechargeBalance - this.order.rechargeBalance = this.numList.rechargeBalance - this.order.points = this.numList.points - this.realyPayBills = this.numList.rechargeBalance + this.order.amount = this.numList[0].rechargeBalance + this.order.rechargeBalance = this.numList[0].rechargeBalance + this.order.points = this.numList[0].points + this.realyPayBills = this.numList[0].rechargeBalance }) }, getmemberId(num, payType) { diff --git a/pos-uni/pagesHome/PaymentResults/PaymentResults.vue b/pos-uni/pagesHome/PaymentResults/PaymentResults.vue index 7874e19dd..dde34e5f2 100644 --- a/pos-uni/pagesHome/PaymentResults/PaymentResults.vue +++ b/pos-uni/pagesHome/PaymentResults/PaymentResults.vue @@ -1,6 +1,6 @@ - + + + +