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'