更新任务

This commit is contained in:
GaoHao
2024-12-24 11:19:18 +08:00
parent 33e462c64f
commit 63af9f39c7

View File

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