From 5dc9c1d26f05c45a4444d3c2390d7cc14d94aefb Mon Sep 17 00:00:00 2001 From: wangzhitong Date: Wed, 20 Mar 2024 15:41:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20get-app-authorize-setting?= =?UTF-8?q?=E7=A4=BA=E4=BE=8B=20=E9=83=A8=E5=88=86=E6=9D=83=E9=99=90?= =?UTF-8?q?=E6=96=B0=E5=A2=9EiOS=E5=B9=B3=E5=8F=B0=E6=9D=A1=E4=BB=B6?= =?UTF-8?q?=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../get-app-authorize-setting/get-app-authorize-setting.uvue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/API/get-app-authorize-setting/get-app-authorize-setting.uvue b/pages/API/get-app-authorize-setting/get-app-authorize-setting.uvue index 3f3c6113..6d1efd31 100644 --- a/pages/API/get-app-authorize-setting/get-app-authorize-setting.uvue +++ b/pages/API/get-app-authorize-setting/get-app-authorize-setting.uvue @@ -123,11 +123,14 @@ this.locationAccuracy = res.locationAccuracy ?? "unsupported"; this.microphoneAuthorized = res.microphoneAuthorized; this.notificationAuthorized = res.notificationAuthorized; + // #ifdef APP-IOS this.notificationAlertAuthorized = res.notificationAlertAuthorized; this.notificationBadgeAuthorized = res.notificationBadgeAuthorized; this.notificationSoundAuthorized = res.notificationSoundAuthorized; this.bluetoothAuthorized = res.bluetoothAuthorized; - this.albumAuthorized = res.albumAuthorized; + this.albumAuthorized = res.albumAuthorized; + // #endif + } } } -- GitLab