格式优化 版本升级

This commit is contained in:
2025-07-07 16:30:35 +08:00
parent 8ba7eab0ef
commit 4034c908b2
4 changed files with 13 additions and 14 deletions

View File

@@ -499,11 +499,12 @@ function checkUpdate() {
}
});
} else {
uni.showToast({title: '当前已是最新版本'});
// uni.showToast({title: '当前已是最新版本'});
console.log('当前已是最新版本');
}
},
fail: () => {
uni.showToast({title: '检查更新失败'});
uni.showToast({title: '网络异常,请稍后重试'});
}
});
}