Commit 9e2574f7 authored by zhengyi's avatar zhengyi

日志打印

parent c1e4bc53
......@@ -2053,6 +2053,7 @@ export default {
}
console.log("商品信息1:", that.params.orderItemVOList)
that.params.orderItemVOList = []
console.log("商品信息2:", res.data.orderItemVOList)
res.data.orderItemVOList.forEach((item)=>{
let newItem = {
link: item.link,
......@@ -2073,7 +2074,7 @@ export default {
console.log("商品信息单项:", newItem)
that.params.orderItemVOList.push({ ...newItem })
});
console.log("商品信息2", that.params.orderItemVOList)
console.log("商品信息3", that.params.orderItemVOList)
}
// if(!that.params.number) that.params.number = ''
that.getType()
......
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