Browse Source

配置页

master
tianyi 1 month ago
parent
commit
47566622bc
  1. 14
      pages.json

14
pages.json

@ -76,6 +76,12 @@
"navigationBarTitleText": "商品详情页", "navigationBarTitleText": "商品详情页",
"navigationStyle": "custom" "navigationStyle": "custom"
} }
},{
"path": "order/pendGroup",
"style": {
"navigationBarTitleText": "待成团页",
"navigationStyle": "custom"
}
},{ },{
"path": "order/orderDetail", "path": "order/orderDetail",
"style": { "style": {
@ -139,8 +145,8 @@
},{ },{
"path": "myCenter/myMerchant", "path": "myCenter/myMerchant",
"style": { "style": {
"navigationBarTitleText": "商家主页", "navigationBarTitleText": "商家注册",
"navigationStyle": "custom" "enablePullDownRefresh": false
} }
},{ },{
"path": "myCenter/myFriend", "path": "myCenter/myFriend",
@ -164,13 +170,13 @@
"path": "myCenter/merchantRegister", "path": "myCenter/merchantRegister",
"style": { "style": {
"navigationBarTitleText": "商家注册", "navigationBarTitleText": "商家注册",
"navigationStyle": "custom" "enablePullDownRefresh": false
} }
},{ },{
"path": "myCenter/addGoods", "path": "myCenter/addGoods",
"style": { "style": {
"navigationBarTitleText": "新增商品", "navigationBarTitleText": "新增商品",
"navigationStyle": "custom" "enablePullDownRefresh": false
} }
}] }]
}, { }, {

Loading…
Cancel
Save