pages/video/video-edit.vue
@@ -666,6 +666,9 @@ 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}}); if (this.formData.videoContentType === 'img') { this.formData.videoImgs = JSON.parse(this.formData.videoImgs) } updateVideo(this.formData).then(res => { uni.showToast({ title: '视频已提交审核~',