From 16cbfbb0c0b8e1958d2c942f2097d004ad960e71 Mon Sep 17 00:00:00 2001 From: qiang Date: Sat, 9 Mar 2024 19:40:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20page=20=E8=AE=BF=E9=97=AE=E6=96=AD?= =?UTF-8?q?=E8=A8=80=20this=20=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.uts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.uts b/main.uts index d97a5f05..6e8f1271 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) } }) -- GitLab