Commit 650a5265 authored by qipeng's avatar qipeng

下单orderImgList字段 对象增加imgType 0图片 1视频

parent c8f24452
...@@ -438,7 +438,8 @@ export default { ...@@ -438,7 +438,8 @@ export default {
this.previewData.forEach((item,index)=>{ this.previewData.forEach((item,index)=>{
if(item.checkType==true){ if(item.checkType==true){
var imgList = { var imgList = {
imgUrl:item.faceSourceUrl||item.faceAiUrl imgUrl:item.faceSourceUrl||item.faceAiUrl,
imgType:0,
} }
orderProductListData.orderImgList.push(imgList) orderProductListData.orderImgList.push(imgList)
} }
......
...@@ -120,7 +120,8 @@ export default { ...@@ -120,7 +120,8 @@ export default {
couponList:[],//券信息 couponList:[],//券信息
} }
var imgList = { var imgList = {
imgUrl:productUrl imgUrl:productUrl,
imgType:1,
} }
orderProductListData.orderImgList.push(imgList) orderProductListData.orderImgList.push(imgList)
var extendContentData={ var extendContentData={
......
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