Commit 0b76e0ad authored by qipeng's avatar qipeng

修复

parent 176f6ca8
......@@ -237,8 +237,13 @@ export default {
orderProductListData2.extendContent = JSON.stringify(extendContentData)
//加入下单信息
data.orderProductList.push(orderProductListData)
data.orderProductList.push(orderProductListData2)
if(orderProductListData.orderImgList.length>0){
data.orderProductList.push(orderProductListData)
}
if(orderProductListData2.orderImgList.length>0){
data.orderProductList.push(orderProductListData2)
}
this.$request('orderc/photo/photoCreateOrder',data).then((res)=>{
if(res.code=='00'){
......
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