From fbf5534cdf6380ecc591b738e2c76e14202aaec9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E8=88=AA?= Date: Tue, 24 Mar 2026 15:12:29 +0800 Subject: [PATCH] =?UTF-8?q?JLBA202505130001=5F=E5=85=B3=E4=BA=8E=E5=90=89?= =?UTF-8?q?=E6=9E=97=E9=93=B6=E8=A1=8C=E6=96=B0=E5=BB=BAAI=E6=99=BA?= =?UTF-8?q?=E8=83=BD=E5=9F=B9=E8=AE=AD=E7=B3=BB=E7=BB=9F=E7=9A=84=E9=9C=80?= =?UTF-8?q?=E6=B1=82=5Ffix=EF=BC=9A=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/comment-input/comment-input.vue | 5 +++-- src/pages/courseDetail/components/comment.vue | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/comment-input/comment-input.vue b/src/components/comment-input/comment-input.vue index 1af81dae..eb1793ba 100644 --- a/src/components/comment-input/comment-input.vue +++ b/src/components/comment-input/comment-input.vue @@ -11,7 +11,7 @@ - + @@ -75,7 +75,7 @@ - + @@ -159,6 +159,7 @@ const focus = (event) => { isShow.value = true isFocus.value = true + showEmoji.value = false if (!isReply.value) { getMemList() } diff --git a/src/pages/courseDetail/components/comment.vue b/src/pages/courseDetail/components/comment.vue index 840b5aec..0ff1b0d5 100644 --- a/src/pages/courseDetail/components/comment.vue +++ b/src/pages/courseDetail/components/comment.vue @@ -33,7 +33,7 @@ @click="showPicture(item.imgIdList, img,item)" :src="img" class="pic-item" - mode="scaleToFill" + mode="aspectFit" >