隐藏个人中心返回箭头

This commit is contained in:
GaoHao
2024-12-26 15:32:48 +08:00
parent b6a04b2f7c
commit ae7741ad5a
2 changed files with 7 additions and 7 deletions

View File

@@ -311,7 +311,7 @@
const systemInfo = uni.getSystemInfoSync();
const isIOS = /iOS/.test(systemInfo.platform);
if (!isIOS) {
if (isIOS) {
this.isBack = true
}
this.isWxIosPay = uni.getStorageSync('isWxIosPay')