tianyi 1 day ago
parent
commit
5998d2cb6d
  1. 23
      pages.json

23
pages.json

@ -60,27 +60,28 @@
} }
}, },
{ {
"path": "pages/goods/goodsList", "path": "pages/goods/addGoods",
"style": { "style": {
"navigationBarTitleText": "商品管理", "navigationBarTitleText": "新增商品",
"app-plus": { "app-plus": {
"bounce": "none" "bounce": "none"
} }
} }
}, },
{ {
"path": "pages/goods/addGoods", "path": "pages/myCenter/shopDetail",
"style": { "style": {
"navigationBarTitleText": "新增商品", "navigationBarTitleText": "商家详情",
"app-plus": { "app-plus": {
"bounce": "none" "bounce": "none"
} }
} }
}, },
{ {
"path": "pages/myCenter/shopDetail", "path": "pages/order/orderDetail",
"style": { "style": {
"navigationBarTitleText": "商家详情", "navigationBarTitleText": "订单详情",
"navigationStyle": "custom",
"app-plus": { "app-plus": {
"bounce": "none" "bounce": "none"
} }
@ -142,6 +143,16 @@
} }
} }
}, },
{
"path": "pages/shop/wallet",
"style": {
"navigationBarTitleText": "我的钱包",
"navigationStyle": "custom",
"app-plus": {
"bounce": "none"
}
}
},
{ {
"path": "pages/shop/goodsList", "path": "pages/shop/goodsList",
"style": { "style": {

Loading…
Cancel
Save