diff --git a/gasStation-uni/pagesHome/activeIn/index.vue b/gasStation-uni/pagesHome/activeIn/index.vue index e10921e65..1e6a57e76 100644 --- a/gasStation-uni/pagesHome/activeIn/index.vue +++ b/gasStation-uni/pagesHome/activeIn/index.vue @@ -216,9 +216,34 @@ url: '/pagesMy/invite/invite' }) } - uni.navigateTo({ + if (this.title == '消费有礼活动') { + uni.navigateTo({ + url: '/pages/refuel/refuel' + }) + } + if (this.title == '折扣营销活动') { + uni.navigateTo({ + url: '/pages/refuel/refuel' + }) + } + if (this.title == '满减营销活动') { + uni.navigateTo({ + url: '/pages/refuel/refuel' + }) + } + if (this.title == '储值卡充值活动') { + uni.navigateTo({ + url: '/pagesMy/invite/invite' + }) + } + if (this.title == '新人有礼活动') { + uni.navigateTo({ + url: '/pagesMy/invite/invite' + }) + } + /* uni.navigateTo({ url: '/pagesHome/oilRecharge/oilRecharge' - }) + }) */ }, getData(name) { uni.showLoading({