绿满眶商城微信小程序-uniapp
xiangpei
2025-07-03 dcb2bf9882dd4c6b1108d7bfccef431d0c555d2c
pages/video/video-edit.vue
@@ -666,7 +666,10 @@
          this.loading = true;
          this.formData.fileInfo = this.videoInfo;
        this.formData["goodsList"] = this.selectedGoodsList.map(item => {return {goodsId: item.goodsId, goodsSkuId: item.id, goodsNum: item.goodsNum}});
          updateVideo(this.formData).then(res => {
          if (this.formData.videoContentType === 'img') {
           this.formData.videoImgs = JSON.parse(this.formData.videoImgs)
          }
        updateVideo(this.formData).then(res => {
           uni.showToast({
             title: '视频已提交审核~',
             icon: 'success'