diff --git a/gasStation-uni/pagesHome/oilRecharge/oilRecharge.vue b/gasStation-uni/pagesHome/oilRecharge/oilRecharge.vue index 5613bfde8..38b75168a 100644 --- a/gasStation-uni/pagesHome/oilRecharge/oilRecharge.vue +++ b/gasStation-uni/pagesHome/oilRecharge/oilRecharge.vue @@ -74,14 +74,14 @@ 立即充值 - + 充值记录 服务说明 - 1.该服务为储蓄卡直充服务,仅限本站使用 + 1.该服务为电子储值卡直充服务,仅限本站使用 2.请确认充值类型正确后再付款,一经充值不支持退款; @@ -130,14 +130,14 @@ 立即充值 - + 充值记录 服务说明 - 1.该服务为储蓄卡直充服务,仅限本站使用 + 1.该服务为电子囤油卡直充服务,仅限本站使用 2.请确认充值类型正确后再付款,一经充值不支持退款; @@ -648,9 +648,9 @@ console.log(res) }) }, - goRechargeRecords() { + goRechargeRecords(val) { uni.navigateTo({ - url: '/pagesMy/Recharge/Recharge' + url: '/pagesMy/Recharge/Recharge?index='+val }) }, //获取本店员工列表 diff --git a/gasStation-uni/pagesMy/Coupons/Coupons.vue b/gasStation-uni/pagesMy/Coupons/Coupons.vue index 44d364533..70f8c1481 100644 --- a/gasStation-uni/pagesMy/Coupons/Coupons.vue +++ b/gasStation-uni/pagesMy/Coupons/Coupons.vue @@ -27,6 +27,8 @@ {{item.couponName}} {{item.couponContent}} + 使用条件:{{item.couponContent}} + 使用说明:{{item.instruction}} 有效期:{{item.endTime || ''}}