提交 2b096aea 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

fix: 规避微信开发者工具 backgroundColorContent 配置无效问题

上级 f3c0fc90
......@@ -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 */
</style>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册