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

fix: 规避非 android 端报错

上级 a20ee298
...@@ -8,12 +8,14 @@ export function createApp() { ...@@ -8,12 +8,14 @@ export function createApp() {
} }
app.mixin({ app.mixin({
onReady() { onReady() {
// #ifdef APP-ANDROID
setTimeout(() => { setTimeout(() => {
console.log((this as BasePage).$nativePage!.getDomJson()) console.log((this as BasePage).$nativePage!.getDomJson())
}, 100) }, 100)
// #endif
} }
}) })
return { return {
app app
} }
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册