This commit is contained in:
2022-06-11 14:04:43 +08:00
parent 63ec02f7bc
commit 0914e2fd8a
2 changed files with 6 additions and 6 deletions

View File

@@ -29,10 +29,10 @@
"name": "Life", "name": "Life",
"style": { "style": {
"navigationBarTitleText": "共力人生", "navigationBarTitleText": "共力人生",
"navigationStyle": "custom", "navigationStyle": "custom",
"app-plus": { "app-plus": {
"titleNView": { "titleNView": {
"type": "transparent" "type": "transparent"
} }
} }
} }
@@ -42,10 +42,10 @@
"name": "Store", "name": "Store",
"style": { "style": {
"navigationBarTitleText": "DT商城", "navigationBarTitleText": "DT商城",
"enablePullDownRefresh": true, "enablePullDownRefresh": true,
"app-plus": { "app-plus": {
"titleNView": { "titleNView": {
"backgroundColor": "#FFFFFF", "backgroundColor": "#fff",
"buttons": [{ "buttons": [{
"float": "right", "float": "right",
"text": "\ue603", "text": "\ue603",

File diff suppressed because one or more lines are too long