添加tabbar及分类

This commit is contained in:
2026-03-23 12:00:28 +08:00
parent b9a48478b9
commit 9efd2bc3a3
332 changed files with 1438 additions and 467 deletions

View File

@@ -109,6 +109,132 @@
"style": {
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/mall/merchant/index",
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/merchant/messages",
"style": {
"navigationBarTitleText": "消息",
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/merchant/orders",
"style": {
"navigationBarTitleText": "订单",
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/merchant/growth",
"style": {
"navigationBarTitleText": "成长",
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/merchant/profile",
"style": {
"navigationBarTitleText": "我的",
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/merchant/order-detail",
"style": {
"navigationBarTitleText": "订单详情",
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/merchant/products",
"style": {
"navigationBarTitleText": "商品管理",
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/merchant/product-detail",
"style": {
"navigationBarTitleText": "商品详情",
"enablePullDownRefresh": false
}
},
{
"path": "pages/mall/merchant/product-edit",
"style": {
"navigationBarTitleText": "编辑商品",
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/merchant/reviews",
"style": {
"navigationBarTitleText": "评价管理",
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/merchant/inventory",
"style": {
"navigationBarTitleText": "库存管理",
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/merchant/shop-edit",
"style": {
"navigationBarTitleText": "店铺设置",
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/merchant/promotions",
"style": {
"navigationBarTitleText": "营销活动",
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/merchant/statistics",
"style": {
"navigationBarTitleText": "数据统计",
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/merchant/finance",
"style": {
"navigationBarTitleText": "财务结算",
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/merchant/members",
"style": {
"navigationBarTitleText": "会员管理",
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/merchant/chat",
"style": {
"navigationBarTitleText": "客服聊天",
"navigationStyle": "custom"
}
},
{
"path": "pages/mall/merchant/exclusive-discounts",
"style": {
"navigationBarTitleText": "专属折扣",
"navigationStyle": "custom"
}
}
],
"subPackages": [
@@ -1623,129 +1749,6 @@
}
]
},
{
"root": "pages/mall/merchant",
"pages": [
{
"path": "index",
"style": {
"navigationBarTitleText": "商家中心",
"navigationStyle": "custom"
}
},
{
"path": "orders",
"style": {
"navigationBarTitleText": "订单管理",
"navigationStyle": "custom"
}
},
{
"path": "order-detail",
"style": {
"navigationBarTitleText": "订单详情",
"navigationStyle": "custom"
}
},
{
"path": "products",
"style": {
"navigationBarTitleText": "商品管理",
"navigationStyle": "custom"
}
},
{
"path": "product-detail",
"style": {
"navigationBarTitleText": "商品详情",
"enablePullDownRefresh": false
}
},
{
"path": "product-edit",
"style": {
"navigationBarTitleText": "编辑商品",
"navigationStyle": "custom"
}
},
{
"path": "reviews",
"style": {
"navigationBarTitleText": "评价管理",
"navigationStyle": "custom"
}
},
{
"path": "inventory",
"style": {
"navigationBarTitleText": "库存管理",
"navigationStyle": "custom"
}
},
{
"path": "messages",
"style": {
"navigationBarTitleText": "消息中心",
"navigationStyle": "custom"
}
},
{
"path": "shop-edit",
"style": {
"navigationBarTitleText": "店铺设置",
"navigationStyle": "custom"
}
},
{
"path": "promotions",
"style": {
"navigationBarTitleText": "营销活动",
"navigationStyle": "custom"
}
},
{
"path": "statistics",
"style": {
"navigationBarTitleText": "数据统计",
"navigationStyle": "custom"
}
},
{
"path": "finance",
"style": {
"navigationBarTitleText": "财务结算",
"navigationStyle": "custom"
}
},
{
"path": "members",
"style": {
"navigationBarTitleText": "会员管理",
"navigationStyle": "custom"
}
},
{
"path": "chat",
"style": {
"navigationBarTitleText": "客服聊天",
"navigationStyle": "custom"
}
},
{
"path": "exclusive-discounts",
"style": {
"navigationBarTitleText": "专属折扣",
"navigationStyle": "custom"
}
},
{
"path": "profile",
"style": {
"navigationBarTitleText": "个人资料"
}
}
]
},
{
"root": "pages/mall/service",
"pages": [
@@ -1782,7 +1785,7 @@
"pagePath": "pages/main/index",
"text": "首页",
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/home.png"
"selectedIconPath": "static/tabbar/home-active.png"
},
{
"pagePath": "pages/main/category",