提交 16cbfbb0 编写于 作者: Q qiang

fix: page 访问断言 this 类型

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