diff --git a/index.html b/index.html index 7fb688e..5244be4 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,11 @@ (coverSupport ? ', viewport-fit=cover' : '') + '" />') + diff --git a/src/manifest.json b/src/manifest.json index 4125324..dde2e76 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "id" : "H5E705637", "name" : "app", - // "appid" : "", + // "appid" : "H5E705637", "description" : "", "versionName" : "1.0.0", "versionCode" : "100", diff --git a/src/pages.json b/src/pages.json index 5e726d4..373c782 100644 --- a/src/pages.json +++ b/src/pages.json @@ -145,7 +145,14 @@ "navigationBarTitleText": "718友晟", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", - "navigationStyle": "custom" + "navigationStyle": "custom", + // #ifdef APP-PLUS + "style": { + "app-plus": { + "background":"#F5F5F5" + } + } + // #endif }, "tabBar": { "color": "#919191", diff --git a/src/pages/business/business.vue b/src/pages/business/business.vue index 67d2ff6..6b1d7ed 100644 --- a/src/pages/business/business.vue +++ b/src/pages/business/business.vue @@ -1,73 +1,73 @@