绿满眶商城微信小程序-uniapp
peng
2025-07-03 0d64f3e54a56c2e69ff154c91a799adb17b070bd
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'