From 67ba00b882d25a11c4ff39210c64088058258654 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Sun, 7 Apr 2024 16:01:25 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E5=BA=97=E9=93=BA):[#1059]=E5=95=86?= =?UTF-8?q?=E6=88=B7=E5=85=A5=E9=A9=BB=E4=BC=A0=E8=A7=86=E9=A2=91=EF=BC=8C?= =?UTF-8?q?=E8=A6=81=E5=88=87=E6=8D=A2=E4=B8=80=E4=B8=8B=E9=80=89=E9=A1=B9?= =?UTF-8?q?=EF=BC=88=E5=9B=BE=E7=89=87/=E8=A7=86=E9=A2=91=EF=BC=89?= =?UTF-8?q?=E6=89=8D=E8=83=BD=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_join/views/shop.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg_join/views/shop.vue b/pkg_join/views/shop.vue index 29a2766..f87ede7 100644 --- a/pkg_join/views/shop.vue +++ b/pkg_join/views/shop.vue @@ -169,7 +169,7 @@ * @@ -541,6 +541,7 @@ export default { chooseLogoVideo() { chooseVideoToUpload(path => { this.form.coverVideo = path + this.$forceUpdate() }) },