绿满眶商城微信小程序-uniapp
peng
2025-09-08 700e7d3bc6cec38610b2ee85139c4d6506102ff6
取消封面必传校验
1个文件已修改
4 ■■■ 已修改文件
pages/cusbar/video/video.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/cusbar/video/video.vue
@@ -273,7 +273,9 @@
  computed: {
    canPublish() {
        if(this.formData.videoContentType === 'video') {
            return this.formData.videoFileKey && this.formData.title && this.formData.cover;
            //取消限制封面必传
            return this.formData.videoFileKey && this.formData.title;
            // return this.formData.videoFileKey && this.formData.title && this.formData.cover;
        } else if(this.formData.videoContentType === 'img') {
            return this.formData.videoImgs.length > 0 && this.formData.title;
        }