From f697a864400c255be40adfebd09dc0ef05d40b7d Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 9 Jun 2023 17:05:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F/=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pidu/app/AppSessionArchive/components/Detail.vue | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/project/pidu/app/AppSessionArchive/components/Detail.vue b/project/pidu/app/AppSessionArchive/components/Detail.vue index 480eb04c..ceaa42ec 100644 --- a/project/pidu/app/AppSessionArchive/components/Detail.vue +++ b/project/pidu/app/AppSessionArchive/components/Detail.vue @@ -127,7 +127,7 @@
小程序
-
+

{{item.title}}

@@ -198,8 +198,6 @@ ], searchMsg: '', id: 'LiuYe', - map: null, - AMap: null } }, computed: { @@ -336,6 +334,11 @@ this.msgType = index this.getMsgListInit() }, + openLink(row) { + console.log(row.linkUrl) + document.write(''); + window.open(row.linkUrl, "new"); + }, cancel () { this.$emit('change', { type: 'List', @@ -611,6 +614,9 @@ border-top: 1px solid #eee; } } + .pointer { + cursor: pointer; + } .map-info { width: 600px; height: 400px;