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

This commit is contained in:
2026-01-26 17:15:51 +08:00
parent be90f1213b
commit f2f208f258
21 changed files with 2516 additions and 217 deletions

View File

@@ -1,5 +1,12 @@
{
"pages": [
{
"path": "pages/user/login",
"style": {
"navigationBarTitleText": "用户登录",
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/consumer/index",
"style": {
@@ -81,6 +88,68 @@
"style": {
"navigationBarTitleText": "编辑地址"
}
},
{
"path": "pages/mall/consumer/checkout",
"style": {
"navigationBarTitleText": "确认订单"
}
},
{
"path": "pages/mall/consumer/payment",
"style": {
"navigationBarTitleText": "收银台"
}
},
{
"path": "pages/mall/consumer/payment-success",
"style": {
"navigationBarTitleText": "支付成功",
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/consumer/orders",
"style": {
"navigationBarTitleText": "我的订单",
"enablePullDownRefresh": true
}
},
{
"path": "pages/mall/consumer/order-detail",
"style": {
"navigationBarTitleText": "订单详情"
}
},
{
"path": "pages/mall/consumer/logistics",
"style": {
"navigationBarTitleText": "物流详情"
}
},
{
"path": "pages/mall/consumer/review",
"style": {
"navigationBarTitleText": "评价晒单"
}
},
{
"path": "pages/mall/consumer/refund",
"style": {
"navigationBarTitleText": "退款/售后"
}
},
{
"path": "pages/mall/consumer/apply-refund",
"style": {
"navigationBarTitleText": "申请售后"
}
},
{
"path": "pages/mall/consumer/refund-review",
"style": {
"navigationBarTitleText": "服务评价"
}
}
],
"tabBar": {
@@ -121,4 +190,4 @@
}
]
}
}
}