增加新版优惠券列表

This commit is contained in:
gyq
2025-09-25 11:12:15 +08:00
parent 7a071eb9f7
commit fec2e3282d
6 changed files with 285 additions and 44 deletions

View File

@@ -163,24 +163,28 @@
}
},
{
"path" : "pages/test/test",
"style" :
{
"navigationBarTitleText" : ""
"path": "pages/test/test",
"style": {
"navigationBarTitleText": ""
}
},
{
"path" : "pages/order/histpry-order/histpry-order",
"style" :
{
"navigationBarTitleText" : ""
"path": "pages/order/histpry-order/histpry-order",
"style": {
"navigationBarTitleText": ""
}
},
{
"path" : "pages/order/confirm-order",
"style" :
{
"navigationBarTitleText" : "确认订单",
"path": "pages/order/confirm-order",
"style": {
"navigationBarTitleText": "确认订单",
"navigationStyle": "custom"
}
},
{
"path": "pages/user/member/czzx",
"style": {
"navigationBarTitleText": "充值中心",
"navigationStyle": "custom"
}
}