From: guangchao.xu Date: Tue, 19 Jan 2021 09:09:26 +0000 (+0800) Subject: 添加环境判断 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=1bc4ccca59157cb73d9d8e9c058e6401c21a7f61;p=dali_platform%2Fmobile.git 添加环境判断 --- 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 @@