绿满眶商城微信小程序-uniapp
zhanghua
2025-06-18 9354604265d3a5fd05b8bb528749bdbab424cc79
pages/tabbar/video/video.vue
@@ -622,7 +622,7 @@
        if (valid && this.canPublish) {
          this.loading = true;
          this.formData.fileInfo = this.videoInfo;
        this.formData["goodsList"] = this.selectedGoodsList.map(item => {return {goodsId: item.id, goodsNum: item.selectNum}});
        this.formData["goodsList"] = this.selectedGoodsList.map(item => {return {goodsId: item.goodsId, goodsNum: item.selectNum}});
          publish(this.formData).then(res => {
           uni.showToast({
             title: '视频已提交审核~',