diff --git a/App.vue b/App.vue index 01129aa..e9f2876 100644 --- a/App.vue +++ b/App.vue @@ -8,6 +8,7 @@ platform: plus.os.name, version : plus.runtime.version }).then(res => { + console.log(res) if (res.update) { uni.showModal({ title : "更新提示", diff --git a/manifest.json b/manifest.json index 77f73cb..c06637e 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name" : "抖火", "appid" : "__UNI__C305C03", "description" : "", - "versionName" : "1.1.1", + "versionName" : "1.1.3", "versionCode" : "100", "transformPx" : false, /* 5+App特有相关 */ diff --git a/pages/work/confirmScheme.vue b/pages/work/confirmScheme.vue index 47c018d..c22de7e 100644 --- a/pages/work/confirmScheme.vue +++ b/pages/work/confirmScheme.vue @@ -1,7 +1,10 @@