Browse Source

pages.json

master
tianyi 1 month ago
parent
commit
209ff13180
  1. 10
      pages.json

10
pages.json

@ -37,14 +37,14 @@
},{
"path": "group/groupBuyDetail", //
"style": {
"navigationBarTitleText": "拼团商家详情页",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},{
"path": "group/groupBuySingle", //
"style": {
"navigationBarTitleText": "拼团单一商家",
"enablePullDownRefresh": false
"navigationStyle": "custom"
}
},{
"path": "group/groupBuyList", //
@ -52,6 +52,12 @@
"navigationBarTitleText": "拼团页",
"navigationStyle": "custom"
}
},{
"path": "goods/goodsDetail", //
"style": {
"navigationBarTitleText": "商品详情页",
"navigationStyle": "custom"
}
},{
"path": "order/orderDetail", //
"style": {

Loading…
Cancel
Save