From ae72fc0a8f56e2387ad6e9c4145a7a630ab1bb91 Mon Sep 17 00:00:00 2001
From: linxi <957440651@qq.com>
Date: Thu, 20 Aug 2026 10:33:31 +0800
Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A5809=20=E3=80=90=E5=95=86=E5=9F=8E?=
=?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E3=80=90=E5=95=86=E6=88=B7?=
=?UTF-8?q?=E5=85=A5=E9=A9=BB=E3=80=91=E5=95=86=E6=88=B7=E5=85=A5=E9=A9=BB?=
=?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E8=A7=86=E9=A2=91=E4=B8=8A=E4=BC=A0?=
=?UTF-8?q?=E4=BD=8D=E7=BD=AE=E7=BC=BA=E5=B0=91=E5=88=A0=E9=99=A4=E9=94=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pkg_join/views/shop.vue | 31 +++++++++++++++++++++++--------
pkg_join/views/supplier.vue | 31 +++++++++++++++++++++++--------
2 files changed, 46 insertions(+), 16 deletions(-)
diff --git a/pkg_join/views/shop.vue b/pkg_join/views/shop.vue
index 12bf85c..5410fcf 100644
--- a/pkg_join/views/shop.vue
+++ b/pkg_join/views/shop.vue
@@ -110,14 +110,23 @@
v-if="!form.coverVideo"
class="btn-upload"
>上传视频
-
+
+
+
+ x
+
+
@@ -828,6 +837,12 @@ export default {
this.$forceUpdate()
})
},
+ // 删除视频封面
+ deleteVideo() {
+ if (this.reviewing) return
+ this.form.coverVideo = ''
+ this.$forceUpdate()
+ },
chooseShopImg() {
if (this.reviewing) return
const _this = this
diff --git a/pkg_join/views/supplier.vue b/pkg_join/views/supplier.vue
index 5079df3..cd859cd 100644
--- a/pkg_join/views/supplier.vue
+++ b/pkg_join/views/supplier.vue
@@ -309,14 +309,23 @@
v-if="!form.coverVideo"
class="btn-upload"
>上传视频
-
+
+
+
+ x
+
+
@@ -1031,6 +1040,12 @@ export default {
this.$forceUpdate()
})
},
+ // 删除视频封面
+ deleteVideo() {
+ if (this.reviewing) return
+ this.form.coverVideo = ''
+ this.$forceUpdate()
+ },
chooseShopImg() {
if (this.reviewing) return
const _this = this