积分抵扣、霸王餐、优惠券分享新增

This commit is contained in:
GaoHao
2024-11-07 15:02:44 +08:00
parent bec723cd69
commit 7b81e2ffb0
29 changed files with 2375 additions and 887 deletions

View File

@@ -373,6 +373,63 @@
}
}
]
},
{
"root": "pagesPoints",
"pages": [
{
"path": "index/index",
"style": {
"navigationBarTitleText": "积分商城",
"navigationBarBackgroundColor": "#E9B183"
}
},
{
"path": "goodsDetail/index",
"style": {
"navigationBarTitleText": "商品详情"
}
},
{
"path": "exchangeRecord/index",
"style": {
"navigationBarTitleText": "兑换记录"
}
},
{
"path": "exchangeRecordDetail/index",
"style": {
"navigationBarTitleText": "订单详情"
}
},
{
"path": "IntegralDetail/index",
"style": {
"navigationBarTitleText": "积分明细"
}
},
{
"path": "confirm_order/index",
"style": {
"navigationBarTitleText": "确认订单",
"navigationBarBackgroundColor": "#E9B183"
}
}
]
},
{
"root": "pagesInviteFriends",
"pages": [
{
"path": "index/index",
"style": {
"navigationBarTitleText": "邀请好友",
"navigationStyle": "custom"
}
}
]
}
],
"globalStyle": {