[修改优惠券管理,添加我的优惠券,修改签到页面]

This commit is contained in:
zhangmanman
2021-11-24 10:03:47 +08:00
parent a5688f6ff8
commit 324193a919
15 changed files with 1106 additions and 107 deletions

View File

@@ -303,6 +303,27 @@
"style": {
"navigationBarTitleText": "关注公众号"
}
}, {
"path": "pages/user/coupons",
"name": "myCoupons",
"auth": true,
"style": {
"navigationBarTitleText": "我的优惠券"
}
}, {
"path": "pages/user/couponsDte",
"name": "myCouponsDte",
"auth": true,
"style": {
"navigationBarTitleText": "我的优惠券"
}
}, {
"path": "pages/user/couponsList",
"name": "myCouponsList",
"auth": true,
"style": {
"navigationBarTitleText": "我的优惠券"
}
}, {
"path": "pages/vip/vip",
"name": "vipIndex",