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

fix: page 访问断言 this 类型

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