From 393a5f815a1d2197325ab616803e02f5b656fbee Mon Sep 17 00:00:00 2001 From: xuminyui <576362016@qq.com> Date: Tue, 22 Oct 2024 19:22:31 +0800 Subject: [PATCH] fix --- src/pages/login/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/login/index.vue b/src/pages/login/index.vue index 5a33d9a..85987ab 100644 --- a/src/pages/login/index.vue +++ b/src/pages/login/index.vue @@ -122,7 +122,7 @@ onLoad((options) => { state.pid = options.pid; // 已经登录了 setTimeout(() => { - if (plus?.webview.getWebviewById("wv").tokenScan) { + if (window?.plus?.webview.getWebviewById("wv").tokenScan) { paintingDetail(); getBtngetRules(); }