From 358ad78f13b69696dc0f955d14e528a7ec02f4ba Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 9 Jun 2023 16:04:43 +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 --- .../AppSessionArchive/components/Detail.vue | 32 ++++++++++++++++--- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/project/pidu/app/AppSessionArchive/components/Detail.vue b/project/pidu/app/AppSessionArchive/components/Detail.vue index 3e4dae99..480eb04c 100644 --- a/project/pidu/app/AppSessionArchive/components/Detail.vue +++ b/project/pidu/app/AppSessionArchive/components/Detail.vue @@ -106,7 +106,7 @@ - +
@@ -115,6 +115,31 @@

{{item.address}}

+ +
+
+
+

{{item.description}}

+

{{item.title}}

+
{{item.username}}{{item.displayname}}
+
+
+
小程序
+
+ +
+
+
+

{{item.title}}

+
{{item.username}}
+
+
+ +
+
+
分享链接
+
+ @@ -186,7 +211,7 @@ this.id = this.params.id this.getList() } - this.getList() + // this.getList() }, methods: { @@ -519,8 +544,7 @@ } .img-list { img { - width: 400px; - height: 400px; + max-width: 400px; } } .voice-info {