| | |
| | | sn: sku.sn, |
| | | images: [], |
| | | }; |
| | | if(this.baseInfoForm.goodsType === "VIRTUAL_GOODS"){ |
| | | if(this.baseInfoForm.goodsType === "VIRTUAL_GOODS" && |
| | | this.baseInfoForm.virtualGoodsType !== '' && |
| | | this.baseInfoForm.virtualGoodsType !== undefined && |
| | | this.baseInfoForm.virtualGoodsType !== null){ |
| | | if (sku.couponId === null || sku.couponId === undefined){ |
| | | this.$Message.error("请选择优惠劵") |
| | | return; |
| | |
| | | // todo 文件上传 |
| | | async upLoadImg(file) { |
| | | console.log(file, this.count++); |
| | | if (this.listImages.length >= 5) { |
| | | this.$Message.error("图片上传不能超过5个"); |
| | | if (this.listImages.length >= 10) { |
| | | this.$Message.error("图片上传不能超过10个"); |
| | | return; |
| | | } |
| | | try { |