From 27203bef6b0685421c4dae5b2485e1b1489c253f Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 4 Nov 2022 18:11:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88backgroundColor=E7=9A=84?= =?UTF-8?q?=E6=8A=93=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/utils/PageBase.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/utils/PageBase.js b/src/components/utils/PageBase.js index ababbf6..0dd79cd 100644 --- a/src/components/utils/PageBase.js +++ b/src/components/utils/PageBase.js @@ -22,10 +22,10 @@ class PageBase { if (/navigationBarBackgroundColor/.test(vue)) { this.style.navigationBarBackgroundColor = vue.replace(/[\s\S]*(navigationBarBackgroundColor:.+),[\s\S]*/gm, '$1') } - //下拉显示出来的窗口的背景色 - if (/backgroundColor/.test(vue)) { - this.style.backgroundColor = vue.replace(/[\s\S]*(backgroundColor:.+),[\s\S]*/gm, '$1') - } + // //下拉显示出来的窗口的背景色 + // if (/backgroundColor/.test(vue)) { + // this.style.backgroundColor = vue.replace(/[\s\S]*(backgroundColor:.+),[\s\S]*/gm, '$1') + // } } if (/appName/.test(vue)) { let appName = vue.replace(/[\s\S]*(appName:.+),[\s\S]*/gm, '$1')