wangfukang 4 weeks ago
parent
commit
09d494fd78
  1. 12
      pages.json

12
pages.json

@ -82,6 +82,11 @@
"navigationBarTitleText": "配送员列表", "navigationBarTitleText": "配送员列表",
"navigationStyle": "custom" "navigationStyle": "custom"
} }
},{
"path": "address/addressPage",
"style": {
"navigationBarTitleText": "收货地址"
}
},{ },{
"path": "goods/goodsDetail", "path": "goods/goodsDetail",
"style": { "style": {
@ -348,6 +353,12 @@
"navigationBarTitleText": "我的收藏", "navigationBarTitleText": "我的收藏",
"navigationStyle": "custom" "navigationStyle": "custom"
} }
},{
"path": "myCenter/problemFeedback",
"style": {
"navigationBarTitleText": "投诉吐槽",
"navigationStyle": "custom"
}
},{ },{
"path": "myCenter/myCenter", "path": "myCenter/myCenter",
"style": { "style": {
@ -471,6 +482,7 @@
"path": "shop/merchantRegister", "path": "shop/merchantRegister",
"style": { "style": {
"navigationBarTitleText": "商家注册", "navigationBarTitleText": "商家注册",
"navigationStyle": "custom",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
},{ },{

Loading…
Cancel
Save