From d19d14b2fc9979e137d6c3f83a97952857d5c059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=8C?= <259278618@qq.com> Date: Thu, 13 Aug 2026 16:23:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=89=A7=E6=83=85=E6=B5=81=E8=BF=9E?= =?UTF-8?q?=E7=BB=AD=E8=8A=82=E7=82=B9=E9=87=8D=E5=BB=BA=20StoryPlayer?= =?UTF-8?q?=EF=BC=88:key=EF=BC=89+=20=E6=8F=90=E4=BA=A4=E5=90=8E=E9=9A=90?= =?UTF-8?q?=E8=97=8F=E9=80=89=E9=A1=B9=E9=98=B2=E9=87=8D=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui-src/src/pages/play/play.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui-src/src/pages/play/play.vue b/ui-src/src/pages/play/play.vue index ef0a08a..9d8dcb2 100644 --- a/ui-src/src/pages/play/play.vue +++ b/ui-src/src/pages/play/play.vue @@ -47,7 +47,7 @@ - + @@ -265,6 +265,7 @@ export default { this.sceneFx = '' if (this.isStoryNode) { this.reply = fb + this.showOptions = false // 提交后隐藏选项区,防重复点击 } else { this.feedback = fb }