diff --git a/App.vue b/App.vue index e92d6a5..d6ab58f 100644 --- a/App.vue +++ b/App.vue @@ -151,7 +151,6 @@ // this.audioTeam.push(result.extras.type); // } } - console.log("收到消息") console.log(result) // 点击事件 @@ -161,6 +160,10 @@ data.route = result.extras.route data.type = 2 uniMP.loadAppletMP(data) + } else if (result.extras.type == 3) { + uni.switchTab({ + url: result.extras.route + }) } else { uni.navigateTo({ url: result.extras.route diff --git a/manifest.json b/manifest.json index 3b415f3..953d255 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name": "惠农生活", "appid": "__UNI__3A527D1", "description": "", - "versionName": "2.0.56", - "versionCode": 2056, + "versionName": "2.0.57", + "versionCode": 2057, "transformPx": false, /* 5+App特有相关 */ "app-plus": {