From 7de4b95679cf2ac9ebd24104fc106d639b73c37e 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: Sat, 13 Jan 2024 09:49:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../EventMarketing/activeNewlyweds/index.vue | 4 ++-- .../EventMarketing/activeRecommend/index.vue | 8 +++---- .../EventMarketing/cardFavorable/index.vue | 3 +++ .../views/EventMarketing/giftBlock/index.vue | 3 +-- .../EventMarketing/storeOilBlock/index.vue | 21 ++++++++++++++++--- gasStation-uni/pagesMy/Coupons/Coupons.vue | 2 +- 6 files changed, 29 insertions(+), 12 deletions(-) diff --git a/fuintAdmin/src/views/EventMarketing/activeNewlyweds/index.vue b/fuintAdmin/src/views/EventMarketing/activeNewlyweds/index.vue index ddf295d2c..3c08d97d7 100644 --- a/fuintAdmin/src/views/EventMarketing/activeNewlyweds/index.vue +++ b/fuintAdmin/src/views/EventMarketing/activeNewlyweds/index.vue @@ -476,7 +476,7 @@ label="券详情" width="100">
- - + - + { + if(res.code == 200){ + this.tableData = res.data.records + this.total = res.data.total; + } + })*/ this.oilList = [] oilName(this.queryParams.type).then(res=>{ this.oilList = res.data.records console.log('我的油站' ,res) }) + }, getlist(){ this.queryParams.pageNo=this.pageNo diff --git a/gasStation-uni/pagesMy/Coupons/Coupons.vue b/gasStation-uni/pagesMy/Coupons/Coupons.vue index ce675fab5..d1e913864 100644 --- a/gasStation-uni/pagesMy/Coupons/Coupons.vue +++ b/gasStation-uni/pagesMy/Coupons/Coupons.vue @@ -177,7 +177,7 @@ }, goRecharge(id, cardRecordId) { uni.navigateTo({ - url: '/pagesHome/oilRecharge/oilRecharge?id=0&cardFavorableId=' + id + + url: '/pages/refuel/refuel?id=0&cardFavorableId=' + id + '&cardRecordId=' + cardRecordId })