Fix:3709 【商城小程序】特色店铺提交入驻申请后,视频封面不显示
This commit is contained in:
@@ -679,6 +679,7 @@ export default {
|
|||||||
// 店铺图片
|
// 店铺图片
|
||||||
this.pics = []
|
this.pics = []
|
||||||
this.form = data.hotelInfo
|
this.form = data.hotelInfo
|
||||||
|
this.form.coverVideo = this.form.coverType === 2 ? this.form.cover : ''
|
||||||
const picsTemp = this.form.pics.split(',')
|
const picsTemp = this.form.pics.split(',')
|
||||||
if (picsTemp.length > 0) {
|
if (picsTemp.length > 0) {
|
||||||
picsTemp.map(item => {
|
picsTemp.map(item => {
|
||||||
|
|||||||
Reference in New Issue
Block a user