From 17ea6533136d814d6aab32aca2bc30feadc983e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=90=E6=98=8E=E6=98=8E?= <970899069@qq.com> Date: Sun, 27 Dec 2020 15:55:59 +0800 Subject: [PATCH] =?UTF-8?q?[=E8=B0=83=E6=95=B4]=E4=BC=98=E5=8C=96=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E9=A1=B5=E9=9D=A2,=E8=BF=9B=E5=85=A5=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=90=8E=E8=87=AA=E5=8A=A8=E8=B0=83=E8=B5=B7=E9=94=AE?= =?UTF-8?q?=E7=9B=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.json | 4 ++-- pages/company/index.json | 3 ++- pages/company/search/search.wxml | 2 +- project.config.json | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) 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,