From ffd37bda101ec998e7dd99008748bd2e620f587e Mon Sep 17 00:00:00 2001 From: jia <1451658316@qq.com> Date: Wed, 13 Sep 2023 20:38:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E5=BC=B9=E7=AA=97=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 ++-- store/modules/app.js | 8 +++----- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index 00680c0..0712ed8 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "惠农生活", "appid" : "__UNI__3A527D1", "description" : "", - "versionName" : "1.3.6", - "versionCode" : 136, + "versionName" : "1.3.8", + "versionCode" : 138, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/store/modules/app.js b/store/modules/app.js index 58f10bd..057eb0e 100644 --- a/store/modules/app.js +++ b/store/modules/app.js @@ -117,7 +117,6 @@ const actions = { } else { apptype = 1 } - Appversion({ version: os.appWgtVersion, type: apptype, @@ -134,13 +133,12 @@ const actions = { if (res.data.appInfo.phone_brand.length > 0) { if (plus.os.name == "Android") { // 跳转安卓应用市场 - let appurl = res.data.appInfo. - .dow_url //这个是通用应用市场,如果想指定某个应用商店,需要单独查这个应用商店的包名或scheme及参数 + let appurl = res.data.appInfo.dow_url //这个是通用应用市场,如果想指定某个应用商店,需要单独查这个应用商店的包名或scheme及参数 plus.runtime.openURL(appurl) } else { - // 跳转AppStore + // 跳转AppStore plus.runtime.launchApplication({ - action: res.data.appInfo..dow_url, + action: res.data.appInfo.dow_url, }) } } else {