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) } });