添加提货功能切分支

This commit is contained in:
熊丽君
2021-09-18 11:51:05 +08:00
parent 9d64ce4bfa
commit d9a7cf5fb5
15 changed files with 675 additions and 261 deletions

View File

@ -6,7 +6,7 @@
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "金花提货卡",
"navigationBarTitleText": "金花提货卡",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false
@ -23,10 +23,19 @@
}
}
}
],
,{
"path" : "pages/index/check",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "金花提货卡",
"navigationBarTitleText": "金花提货卡",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}