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