升级修改只允许android升级
This commit is contained in:
2
App.vue
2
App.vue
@@ -377,7 +377,7 @@
|
|||||||
that.$Request.getT('/app/user/selectNewApp').then(res => {
|
that.$Request.getT('/app/user/selectNewApp').then(res => {
|
||||||
res = res.data[0];
|
res = res.data[0];
|
||||||
|
|
||||||
if (widgetInfo.version < res.version) {
|
if (widgetInfo.version < res.version && uni.getSystemInfoSync().platform == 'android') {
|
||||||
let downloadLink = '';
|
let downloadLink = '';
|
||||||
let androidLink = res.androidWgtUrl;
|
let androidLink = res.androidWgtUrl;
|
||||||
let iosLink = res.iosWgtUrl;
|
let iosLink = res.iosWgtUrl;
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
"name" : "斯耀短剧",
|
"name" : "斯耀短剧",
|
||||||
"appid" : "__UNI__E0B05B1",
|
"appid" : "__UNI__E0B05B1",
|
||||||
"description" : "",
|
"description" : "",
|
||||||
"versionName" : "1.1.0",
|
"versionName" : "1.1.1",
|
||||||
"versionCode" : 110,
|
"versionCode" : 111,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
|
|||||||
Reference in New Issue
Block a user