From 63af9f39c77833eee8da845ee0e9c464c37c101b Mon Sep 17 00:00:00 2001 From: GaoHao <1210693421@qq.com> Date: Tue, 24 Dec 2024 11:19:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BB=BB=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/task/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/task/index.vue b/pages/task/index.vue index 07b25af..7ac17ef 100644 --- a/pages/task/index.vue +++ b/pages/task/index.vue @@ -107,7 +107,7 @@ if (res.code == 0) { const sysInfo = uni.getSystemInfoSync(); let isIos = sysInfo.platform == 'ios' - this.isIos = /iOS/.test(systemInfo.platform); + this.isIos = /iOS/.test(sysInfo.platform); this.isShowMoneyPay = !(res.data.value == '1' && isIos) } });