From fc1ccdd60e702558a1ad4852d9e3c272df55478e Mon Sep 17 00:00:00 2001 From: cun-nan <19819293608@163.com> Date: Mon, 22 Jan 2024 14:28:30 +0800 Subject: [PATCH 1/5] bug --- fuintCashierWeb/src/views/details/userInfoOrder/couponList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuintCashierWeb/src/views/details/userInfoOrder/couponList.vue b/fuintCashierWeb/src/views/details/userInfoOrder/couponList.vue index f4cf9ece7..369b024a9 100644 --- a/fuintCashierWeb/src/views/details/userInfoOrder/couponList.vue +++ b/fuintCashierWeb/src/views/details/userInfoOrder/couponList.vue @@ -115,7 +115,7 @@ export default { getList(){ this.loading = true - // this.queryParams.mtUserId = this.userId + this.queryParams.mtUserId = this.userId getCardFavorableList(this.queryParams).then(res=>{ if (res.code == 200) { From 43b6dad16d6c637facd445da9afbec29f0e49430 Mon Sep 17 00:00:00 2001 From: cun-nan <19819293608@163.com> Date: Mon, 22 Jan 2024 16:14:28 +0800 Subject: [PATCH 2/5] bug --- gasStation-uni/App.vue | 2 +- gasStation-uni/pages/index/index.vue | 17 +++++++++++++++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/gasStation-uni/App.vue b/gasStation-uni/App.vue index b4f0c3eac..1a8130a14 100644 --- a/gasStation-uni/App.vue +++ b/gasStation-uni/App.vue @@ -1,6 +1,6 @@