From f3615bfbb8e6f0a1a5deac58f75cb0fec896bdf0 Mon Sep 17 00:00:00 2001 From: GaoHao <1210693421@qq.com> Date: Fri, 27 Dec 2024 17:58:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E4=BF=AE=E6=94=B9=E5=8F=AA?= =?UTF-8?q?=E5=85=81=E8=AE=B8android=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 4 ++-- manifest.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/App.vue b/App.vue index d806536..7fb9301 100644 --- a/App.vue +++ b/App.vue @@ -376,8 +376,8 @@ //请求后台接口 解析数据 对比版本 that.$Request.getT('/app/user/selectNewApp').then(res => { res = res.data[0]; - - if (widgetInfo.version < res.version) { + + if (widgetInfo.version < res.version && uni.getSystemInfoSync().platform == 'android') { let downloadLink = ''; let androidLink = res.androidWgtUrl; let iosLink = res.iosWgtUrl; diff --git a/manifest.json b/manifest.json index 8944e6d..7e88db9 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "斯耀短剧", "appid" : "__UNI__E0B05B1", "description" : "", - "versionName" : "1.1.0", - "versionCode" : 110, + "versionName" : "1.1.1", + "versionCode" : 111, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : {