Commit 92ec6c51 authored by qipeng's avatar qipeng

下单问题修改

parent ae960b46
......@@ -387,7 +387,10 @@ export default {
orderImgList:[],////订单图片
couponList:[],//券信息
}
orderProductListData.couponList.push(this.masterSlaveCouponList[0])
if(this.masterSlaveCouponList.length>0){
orderProductListData.couponList.push(this.masterSlaveCouponList[0])
}
this.previewData.forEach((item,index)=>{
if(item.checkType==true){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment