From 2b096aea26fac11221e82d2b6a16f0a4ccb891de Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Thu, 21 Nov 2024 18:14:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=84=E9=81=BF=E5=BE=AE=E4=BF=A1?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E8=80=85=E5=B7=A5=E5=85=B7=20backgroundColor?= =?UTF-8?q?Content=20=E9=85=8D=E7=BD=AE=E6=97=A0=E6=95=88=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.uvue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/App.uvue b/App.uvue index 1e50dc75..feb95570 100644 --- a/App.uvue +++ b/App.uvue @@ -45,7 +45,7 @@ // ) // observer1.observe({ // entryTypes: ['render', 'navigation'], - // } as PerformanceObserverOptions) + // } as PerformanceObserverOptions) // 统计上报 - 应用启动 // #ifdef APP-ANDROID || APP-IOS || WEB // uni.report({ @@ -139,7 +139,7 @@ console.log('App Exit') }, // #endif - onError(err : any) { + onError(err : any) { // console.log('App onError', err) // #ifdef APP-ANDROID || APP-IOS || WEB // 统计上报 - 应用发生错误 @@ -204,5 +204,10 @@ .uni-top-window uni-tabbar .uni-tabbar { background-color: #fff !important; } + /* #endif */ + /* #ifdef MP-WEIXIN */ + page { + background-color: #efeff4; + } /* #endif */ -- GitLab