Commit 75a9dfbf authored by zhengyi's avatar zhengyi

Merge branch 'dev' into test

# Conflicts:
#	src/pages/create_order/create_order.vue
parents 83b27533 7c29a2bb
......@@ -1995,9 +1995,13 @@
}
that.getOffData()
// 没有收货人信息
if(!that.params.consigneeVO){
that.hasConsignee = false
// // 没有收货人信息
// if(!that.params.consigneeVO){
// that.hasConsignee = false
// }
// 如果用户当前不支持无收货人,则强制显示收货人信息
if(that.noConsignee){
that.hasConsignee = true
}
// 回显目的城市和目的国
......@@ -2035,10 +2039,6 @@
}
this.hasConsignee = res.data.hasConsignee
// 如果用户当前不支持无收货人,则强制显示收货人信息
if(!that.noConsignee){
that.hasConsignee = 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