From 051dd2b0e64cc4249c95183c5eea471705683058 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 19 Apr 2024 10:18:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=AB=E6=BA=AA=E4=BC=9A=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/wuxi/AppMeeting/AppCheckInfo.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/project/wuxi/AppMeeting/AppCheckInfo.vue b/src/project/wuxi/AppMeeting/AppCheckInfo.vue index bf55c22d..9eb7128a 100644 --- a/src/project/wuxi/AppMeeting/AppCheckInfo.vue +++ b/src/project/wuxi/AppMeeting/AppCheckInfo.vue @@ -38,7 +38,7 @@ export default { mapLib: null, lat: '31.39439', lng: '109.559364', - address: '水韵酒店' + address: '水韵酒店', } }, @@ -72,8 +72,10 @@ export default { openMap() { var userAgent = navigator.userAgent.toLowerCase(); if (userAgent.indexOf('micromessenger') !== -1) { - // return this.$u.toast("请点击右上角[...],在浏览器打开。") - this.$confirm('请点击右上角[...],在浏览器打开。', '提示') + this.$confirm('请点击右上角[...],在浏览器打开。', { + showCancel: false, + confirmText: '关闭' + }) } else { window.location.href = `amapuri://route/plan/?sourceApplication=amap&did=&dlat=${this.lat}&dlon=${this.lng}&dname=巫溪县水韵酒店&dev=0&t=0` }