商品详情

This commit is contained in:
2024-03-08 18:06:33 +08:00
parent 2df1a93e6b
commit 107783062b
25 changed files with 675 additions and 63 deletions

View File

@@ -59,6 +59,17 @@
}
]
},
{
"root": "pages/mall/subs",
"pages": [
{
"path": "goods/goods-detail",
"style": {
"navigationBarTitleText": "商品详情"
}
}
]
},
{
"root": "pages/mine/subs",
"pages": [
@@ -93,7 +104,7 @@
}
},
{
"path": "trade/index",
"path": "trade/trade-list",
"style": {
"navigationBarTitleText": "消费记录"
}