From 4686c6d87a37adcdad2395be5de7aa4ef4468dee Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Fri, 21 Nov 2025 12:08:40 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4634=20=E3=80=90=E6=97=85=E5=B1=85?= =?UTF-8?q?=E5=95=86=E5=9F=8E=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E6=92=AD?= =?UTF-8?q?=E6=94=BE=E8=B5=84=E8=AE=AF=E8=A7=86=E9=A2=91=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E6=97=85=E5=B1=85=E5=BA=97=E9=93=BA=E5=B0=81=E9=9D=A2=E8=A7=86?= =?UTF-8?q?=E9=A2=91=E6=9C=AA=E6=9A=82=E5=81=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/sojoumStore.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg_product/views/sojoumStore.vue b/pkg_product/views/sojoumStore.vue index f5e352b..4f4917a 100644 --- a/pkg_product/views/sojoumStore.vue +++ b/pkg_product/views/sojoumStore.vue @@ -14,7 +14,7 @@ @@ -22,6 +22,7 @@ v-if="item.type === 'video'" :src="item.url" style="width: 100%; height: 100%" + id="coverVideo" @play="videoPlay" @ended="videoEnd" @pause="videoEnd"