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')