diff --git a/pages/user/payActivity/payActivity.vue b/pages/user/payActivity/payActivity.vue index 123b18f..0e48d1d 100644 --- a/pages/user/payActivity/payActivity.vue +++ b/pages/user/payActivity/payActivity.vue @@ -29,10 +29,7 @@ - - {{row.discountPrice * 10}} - - + {{row.discountPrice}} @@ -90,10 +87,7 @@ - - {{row.discountPrice * 10}} - - + {{row.discountPrice}} diff --git a/subPages/shareCounpon/shareCounpon.vue b/subPages/shareCounpon/shareCounpon.vue index e0ec0c9..71a785b 100644 --- a/subPages/shareCounpon/shareCounpon.vue +++ b/subPages/shareCounpon/shareCounpon.vue @@ -65,12 +65,18 @@ if (app.globalData.accountType == '0000012&key') { uni.removeStorage({ key: 'shareNum' - }); + }); + uni.setNavigationBarTitle({ + title: '分享领取优惠券' + }) that.partakeWay = 2; that.getOrderByOutTradeOrder(); } if (app.globalData.accountType == '0000014&key') { - that.partakeWay = 3; + that.partakeWay = 3; + uni.setNavigationBarTitle({ + title: '立即领取优惠券' + }) uni.getStorage({ key: 'staffCode', success: (res) => {