绿满眶商城微信小程序-uniapp
peng
2025-09-12 810fbf8955b99c7e6e4a8551f7e1ffa95515f549
pages/cusbar/video/video.vue
@@ -206,7 +206,7 @@
<script>
import '@/components/uview-components/uview-ui';
import MyTag from '@/components/my-tag.vue'
import MyTag from '@/pages/cusbar/my-tag.vue'
import { getSTSToken } from "@/api/common.js";
import { publish } from "@/api/video.js";
@@ -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;
      }