wangjiahai 2 years ago
parent
commit
2e916a89a9
  1. 20
      pages.json

20
pages.json

@ -20,6 +20,19 @@
} }
}, },
{ {
"path": "pages/card/card_booking",
"style": {
"navigationBarTitleText": "预约提货",
"enablePullDownRefresh": false
}
},
{
"path": "pages/card/card_bind",
"style": {
"navigationBarTitleText": "绑定礼包卡",
"enablePullDownRefresh": false
}
}, {
"path": "pages/index/BindPhone", "path": "pages/index/BindPhone",
"style": { "style": {
"navigationBarTitleText": "绑定账号", "navigationBarTitleText": "绑定账号",
@ -38,13 +51,6 @@
"scrollIndicator": false //, "scrollIndicator": false //,
} }
} }
},
{
"path": "pages/card/card_booking",
"style": {
"navigationBarTitleText": "预约提货",
"enablePullDownRefresh": false
}
} }
], ],
"globalStyle": { "globalStyle": {

Loading…
Cancel
Save