问题修复

This commit is contained in:
2025-11-21 17:21:24 +08:00
parent 97feb2c588
commit 798c4a4c74
11 changed files with 1045 additions and 19 deletions

View File

@@ -724,7 +724,7 @@
"pageId": "PAGES_MARKET_ORDER_RECOMMENDATION_ADD",
"path": "orderRecommendation/add",
"style": {
"navigationBarTitleText": "添加"
"navigationBarTitleText": ""
}
},
{
@@ -747,6 +747,27 @@
"style": {
"navigationBarTitleText": "券兑换码详情"
}
},
{
"pageId": "PAGES_MARKET_RECHARGE_EXCHANGE_CODE",
"path": "rechargeExchangeCode/index",
"style": {
"navigationBarTitleText": "充值兑换码"
}
},
{
"pageId": "PAGES_MARKET_RECHARGE_EXCHANGE_CODE_ADD",
"path": "rechargeExchangeCode/add",
"style": {
"navigationBarTitleText": "添加充值兑换码"
}
},
{
"pageId": "PAGES_MARKET_RECHARGE_EXCHANGE_CODE_ADD_DWTAIL",
"path": "rechargeExchangeCode/detail",
"style": {
"navigationBarTitleText": "充值兑换码详情"
}
}