diff --git a/main.uts b/main.uts index d97a5f05d856723a369aab0e0bc17fbbea8bf0fb..6e8f1271c25f4bc8cb33f980f138be646938d6b3 100644 --- a/main.uts +++ b/main.uts @@ -7,7 +7,7 @@ export function createApp() { app.mixin({ onReady() { setTimeout(() => { - console.log(this.$nativePage!.getDomJson()) + console.log((this as BasePage).$appPage!.getDomJson()) }, 100) } })