继续完善购物逻辑闭环,consumer模块完成度80%

This commit is contained in:
2026-01-27 17:33:39 +08:00
parent f2f208f258
commit 4ab722a118
22 changed files with 5290 additions and 515 deletions

View File

@@ -1,20 +1,32 @@
{
"pages": [
{
"path": "pages/user/login",
"style": {
"navigationBarTitleText": "用户登录",
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/consumer/index",
"path": "pages/mall/consumer/index",
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
{
"path": "pages/mall/consumer/settings",
"style": {
"navigationBarTitleText": "设置"
}
},
{
"path": "pages/mall/consumer/wallet",
"style": {
"navigationBarTitleText": "我的钱包"
}
},
{
"path": "pages/user/login",
"style": {
"navigationBarTitleText": "用户登录",
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/consumer/category",
"style": {
@@ -150,6 +162,13 @@
"style": {
"navigationBarTitleText": "服务评价"
}
},
{
"path": "pages/mall/consumer/chat",
"style": {
"navigationBarTitleText": "客服聊天",
"navigationStyle": "custom"
}
}
],
"tabBar": {