Commit 21dfebb6 authored by ZJG's avatar ZJG

价格修改

parent 4554ff24
......@@ -447,7 +447,7 @@
if (res.resultCode == 1) {
this.details = res.data
this.addMsg.DepartureTime = this.details.StartDate;
this.addMsg.Unit_Price = this.details.Price;
this.addMsg.Unit_Price = (this.$utils.getretailer()==true ? this.details.Price :this.details.B2CPrice) ;
this.upcar = [];
this.downcar = []
......
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