更新任务
This commit is contained in:
@@ -107,7 +107,7 @@
|
|||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
const sysInfo = uni.getSystemInfoSync();
|
const sysInfo = uni.getSystemInfoSync();
|
||||||
let isIos = sysInfo.platform == 'ios'
|
let isIos = sysInfo.platform == 'ios'
|
||||||
this.isIos = /iOS/.test(systemInfo.platform);
|
this.isIos = /iOS/.test(sysInfo.platform);
|
||||||
this.isShowMoneyPay = !(res.data.value == '1' && isIos)
|
this.isShowMoneyPay = !(res.data.value == '1' && isIos)
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user