同步代码

This commit is contained in:
唐明明
2021-11-02 16:49:34 +08:00
parent 531b0ab03f
commit 84c4b3a097
7 changed files with 27 additions and 20 deletions

View File

@@ -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)工具点击更新',