From 7bc12f11a0616e83a9d7f347c4fe10d9f1975495 Mon Sep 17 00:00:00 2001 From: scout <1134087124@qq.com> Date: Thu, 12 Dec 2024 15:25:32 +0800 Subject: [PATCH] =?UTF-8?q?add=E6=9D=A1=E4=BB=B6=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/index/index.vue b/pages/index/index.vue index 110776e..5d6846b 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -42,6 +42,7 @@ const shareH5 = () => { } }); } +//#ifdef APP-ANDROID import { registerRequestPermissionTipsListener, unregisterRequestPermissionTipsListener, @@ -90,6 +91,7 @@ registerRequestPermissionTipsListener({ } } }) +//#endif const webLoad = (e) => { const message = e.detail.data?.[0] || ''; commun.handleMessage(message);