调整支付,调整版本热更
This commit is contained in:
7
App.vue
7
App.vue
@@ -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'
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user