调整支付,调整版本热更

This commit is contained in:
唐明明
2021-11-02 14:54:41 +08:00
parent a6e97583ee
commit 531b0ab03f
13 changed files with 1668 additions and 933 deletions

View File

@@ -31,14 +31,15 @@
if(res.update){
uni.showModal({
title: "更新提示",
content: res.note || '版本更新信息',
content: res.note || '版本更新信息',
success: (res) => {
if (res.confirm) {
if (plus.os.name=="Android") {
plus.runtime.openURL("https://www.lianshang.vip/app");
plus.runtime.openURL(res.info.extends);
} else{
uni.showToast({
title: 'IOS应用暂未上架请打开测试工具点击更新'
title: 'IOS应用暂未上架请打开测试(TestFlight)工具点击更新',
icon : 'none'
})
}
}