From 71a82a10b0156ef9d5cb4632523375fe1170469a Mon Sep 17 00:00:00 2001
From: luyuan <1162963624@qq.com>
Date: Tue, 25 Aug 2020 11:51:16 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pageE/setting/updateVersion.vue | 10 +++++-----
pages.json | 8 ++++----
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/pageE/setting/updateVersion.vue b/pageE/setting/updateVersion.vue
index 4a65869..08f7f49 100644
--- a/pageE/setting/updateVersion.vue
+++ b/pageE/setting/updateVersion.vue
@@ -1,7 +1,7 @@
-
+
@@ -33,14 +33,14 @@
confirm() {
// ifdef APP-PLUS
if (plus.os.name == "Android") {
- const appurl = "market://details?id=自己打包用的包名"; //这个是通用应用市场,如果想指定某个应用商店,需要单独查这个应用商店的包名或scheme及参数
+ const appurl = "market://details?id=com.tencent.mobileqq"; //这个是通用应用市场,如果想指定某个应用商店,需要单独查这个应用商店的包名或scheme及参数
plus.runtime.openURL(appurl);
} else if(plus.os.name == "ios") {
const appurl = "itms-apps://itunes.apple.com/cn/app/id1144816653?mt=8";
plus.runtime.openURL(appurl);
}
// endif
- // ifndef H5
+ // ifdef H5
this.closeModal();
// endif
},
@@ -51,11 +51,11 @@
}
-