拼团问题修复,增加套餐功能

This commit is contained in:
2025-12-19 15:18:33 +08:00
parent 9ea8a2a7ab
commit cd199c980f
15 changed files with 2517 additions and 682 deletions

View File

@@ -405,11 +405,31 @@
{
"path": "index/index",
"style": {
"navigationBarTitleText": "taocan1tuig1",
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path": "goodsDetail/goodsDetail",
"style": {
"navigationBarTitleText": "套餐详情"
}
},
{
"path": "order/order",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "order/detail",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
}
]
}
],