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 })