1.修改商户名称

2.修改话费支付跳转
master
杨杰 2 years ago
parent b1eddaaa65
commit cf1943aa9d
  1. 2
      pages.json
  2. 2
      pages/user/coupon/coupon.vue

@ -1222,7 +1222,7 @@
"pagePath": "pages/tabBar/category/category",
"iconPath": "static/img/tabBar/category.png",
"selectedIconPath": "static/img/tabBar/category-on.png",
"text": "商户"
"text": "商户地图"
},
{

@ -419,7 +419,7 @@
jumpcoupons(e) {
if (e.discountUseScope == 3) {
uni.navigateTo({
url: '../../../subPages/recharge/recharge'
url: '../../../subPages/recharge-centre/recharge-centre',
})
} else if (e.discountUseScope == 4) {
app.globalData.distinguishid = 1;

Loading…
Cancel
Save