diff --git a/app.json b/app.json index 5490fe0..65273eb 100644 --- a/app.json +++ b/app.json @@ -2,6 +2,7 @@ "pages": [ "pages/welcome/index", "pages/company/index", + "pages/company/search/search", "pages/shortVideo/index", "pages/richText/richText", "pages/login/login", @@ -10,8 +11,7 @@ "pages/home/index", "pages/mall/index", "pages/live/index", - "pages/ticket/index", - "pages/company/search/search" + "pages/ticket/index" ], "window": { "backgroundTextStyle": "light", diff --git a/pages/company/index.json b/pages/company/index.json index 4650780..86448c2 100644 --- a/pages/company/index.json +++ b/pages/company/index.json @@ -1,5 +1,6 @@ { "usingComponents": {}, "navigationBarTitleText": "企业广场", - "navigationBarBackgroundColor": "#f8f8f8" + "navigationBarBackgroundColor": "#f8f8f8", + "backgroundColorTop": "#f8f8f8" } \ No newline at end of file diff --git a/pages/company/search/search.wxml b/pages/company/search/search.wxml index c0cb0f3..f8c3ca3 100644 --- a/pages/company/search/search.wxml +++ b/pages/company/search/search.wxml @@ -2,7 +2,7 @@ diff --git a/project.config.json b/project.config.json index bb20788..248dad6 100644 --- a/project.config.json +++ b/project.config.json @@ -4,7 +4,7 @@ "ignore": [] }, "setting": { - "urlCheck": false, + "urlCheck": true, "es6": true, "enhance": false, "postcss": true,