绿满眶商城微信小程序-uniapp
peng
10 天以前 c1189fb4bb935a20ac8af02f53960e86380a236b
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;
      }