From 1bc4ccca59157cb73d9d8e9c058e6401c21a7f61 Mon Sep 17 00:00:00 2001 From: "guangchao.xu" Date: Tue, 19 Jan 2021 17:09:26 +0800 Subject: [PATCH] =?utf8?q?=E6=B7=BB=E5=8A=A0=E7=8E=AF=E5=A2=83=E5=88=A4?= =?utf8?q?=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- App.vue | 3 ++- manifest.json | 4 ++-- pages/sub_mine/leaveMsg/index.vue | 13 ++++++++----- pages/sub_tabbar/mine.vue | 30 ++++++++++++++++++------------ static/js/config.js | 22 ++++++++++++++++++++++ static/js/http.interceptor.js | 27 ++++++++++++--------------- 6 files changed, 64 insertions(+), 35 deletions(-) create mode 100644 static/js/config.js diff --git a/App.vue b/App.vue index 3ffa7df..9d1fac8 100644 --- a/App.vue +++ b/App.vue @@ -3,7 +3,8 @@ globalData: { msg: {}, verno:'10', - vername:'2.2.0' + vername:'2.2.0', + version:'2.2.0(11)' }, onLaunch() { let that = this diff --git a/manifest.json b/manifest.json index 1d51cc8..80841d5 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "大理市民卡", "appid" : "__UNI__6DDB720", "description" : "大理市民服务app", - "versionName" : "2.2.0", - "versionCode" : 11, + "versionName" : "2.2.1", + "versionCode" : 12, "transformPx" : false, "app-plus" : { // APP-VUE分包,可提APP升启动速度,2.7.12开始支持,兼容微信小程序分包方案,默认关闭 diff --git a/pages/sub_mine/leaveMsg/index.vue b/pages/sub_mine/leaveMsg/index.vue index 18cab56..261e0a1 100644 --- a/pages/sub_mine/leaveMsg/index.vue +++ b/pages/sub_mine/leaveMsg/index.vue @@ -12,6 +12,7 @@