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` }