Commit ce028df4 authored by Smile's avatar Smile Committed by wux

bug235 (生产)(APP/h5)-订单修改修改订单页面,商品品名没有回显问题修改

parent 909494b6
......@@ -2105,6 +2105,7 @@ export default {
}
}else {
newItem = item
newItem.prodTitle=item[this.$lang.prodTitle]
}
if(newItem.prodAttrIds) newItem.prodAttrs = newItem.prodAttrIds.split(',')
that.params.orderItemVOList.push({ ...newItem })
......
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