同步代码
This commit is contained in:
4
App.vue
4
App.vue
@@ -32,10 +32,10 @@
|
||||
uni.showModal({
|
||||
title: "更新提示",
|
||||
content: res.note || '版本更新信息',
|
||||
success: (res) => {
|
||||
success: (res) => {
|
||||
if (res.confirm) {
|
||||
if (plus.os.name=="Android") {
|
||||
plus.runtime.openURL(res.info.extends);
|
||||
plus.runtime.openURL(res.info.download);
|
||||
} else{
|
||||
uni.showToast({
|
||||
title: 'IOS应用暂未上架,请打开测试(TestFlight)工具点击更新',
|
||||
|
||||
Reference in New Issue
Block a user