diff --git a/pkg_join/views/shop.vue b/pkg_join/views/shop.vue index 02b4cb9..e7fd4c9 100644 --- a/pkg_join/views/shop.vue +++ b/pkg_join/views/shop.vue @@ -679,6 +679,7 @@ export default { // 店铺图片 this.pics = [] this.form = data.hotelInfo + this.form.coverVideo = this.form.coverType === 2 ? this.form.cover : '' const picsTemp = this.form.pics.split(',') if (picsTemp.length > 0) { picsTemp.map(item => {