Fix(店铺):[#1059]商户入驻传视频,要切换一下选项(图片/视频)才能显示
This commit is contained in:
@@ -169,7 +169,7 @@
|
|||||||
<text class="required">*</text>
|
<text class="required">*</text>
|
||||||
</template>
|
</template>
|
||||||
<template #value>
|
<template #value>
|
||||||
<u-input v-model="form.contact" border="none" placeholder="请填写联系方式"/>
|
<u-input v-model="form.contact" border="none" placeholder="请填写姓名"/>
|
||||||
</template>
|
</template>
|
||||||
</u-cell>
|
</u-cell>
|
||||||
</u-form-item>
|
</u-form-item>
|
||||||
@@ -541,6 +541,7 @@ export default {
|
|||||||
chooseLogoVideo() {
|
chooseLogoVideo() {
|
||||||
chooseVideoToUpload(path => {
|
chooseVideoToUpload(path => {
|
||||||
this.form.coverVideo = path
|
this.form.coverVideo = path
|
||||||
|
this.$forceUpdate()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user