15 changed files with 40 additions and 45 deletions
@ -1,4 +1,5 @@
@@ -1,4 +1,5 @@
|
||||
{ |
||||
"navigationBarTitleText": "输注中心", |
||||
"usingComponents": {} |
||||
} |
||||
{ |
||||
"navigationBarTitleText": "输注中心", |
||||
"navigationStyle": "default", |
||||
"usingComponents": {} |
||||
} |
||||
|
@ -1,4 +1,5 @@
@@ -1,4 +1,5 @@
|
||||
{ |
||||
"navigationBarTitleText": "", |
||||
"usingComponents": {} |
||||
} |
||||
{ |
||||
"navigationBarTitleText": "", |
||||
"navigationStyle": "default", |
||||
"usingComponents": {} |
||||
} |
||||
|
@ -1,6 +1,7 @@
@@ -1,6 +1,7 @@
|
||||
{ |
||||
"navigationBarTitleText": "城市惠民保自付费用报销list", |
||||
"usingComponents": { |
||||
"timeOut": "/components/timeOut/index" |
||||
} |
||||
} |
||||
{ |
||||
"navigationBarTitleText": "城市惠民保自付费用报销list", |
||||
"navigationStyle": "default", |
||||
"usingComponents": { |
||||
"timeOut": "/components/timeOut/index" |
||||
} |
||||
} |
||||
|
@ -1,4 +1,5 @@
@@ -1,4 +1,5 @@
|
||||
{ |
||||
"navigationBarTitleText": "报名", |
||||
"usingComponents": {} |
||||
} |
||||
{ |
||||
"navigationStyle": "default", |
||||
"navigationBarTitleText": "报名", |
||||
"usingComponents": {} |
||||
} |
||||
|
@ -1,8 +1,9 @@
@@ -1,8 +1,9 @@
|
||||
{ |
||||
"navigationBarBackgroundColor": "#fff", |
||||
"navigationBarTitleText": "", |
||||
"usingComponents": { |
||||
"van-popup": "@vant/weapp/popup/index", |
||||
"mp-html": "mp-html" |
||||
} |
||||
} |
||||
{ |
||||
"navigationBarBackgroundColor": "#fff", |
||||
"navigationBarTitleText": "", |
||||
"navigationStyle": "default", |
||||
"usingComponents": { |
||||
"van-popup": "@vant/weapp/popup/index", |
||||
"mp-html": "mp-html" |
||||
} |
||||
} |
||||
|
Loading…
Reference in new issue