From 0755575f087ce596d88faf52a14eca1d0a2c4501 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=90=E6=98=8E=E6=98=8E?= <970899069@qq.com> Date: Wed, 4 Jan 2023 16:13:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=AE=A2=E5=8D=95=E5=88=97?= =?UTF-8?q?=E8=A1=A8=EF=BC=8C=E8=B0=83=E6=95=B4=E7=A1=AE=E8=AE=A4=E6=96=B9?= =?UTF-8?q?=E6=A1=88=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 1 + manifest.json | 2 +- pages/work/confirmScheme.vue | 27 ++++++++++++------- pages/work/confirmSchemeInfo.vue | 4 +-- pages/work/orders.vue | 46 +++++++++++++++++++++++++++----- 5 files changed, 60 insertions(+), 20 deletions(-) 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 @@