Commit 29ff01ab authored by Mac's avatar Mac

1

parent a8032c9a
...@@ -2729,13 +2729,16 @@ ...@@ -2729,13 +2729,16 @@
this.IsChildrenTour = x.IsChildrenTour this.IsChildrenTour = x.IsChildrenTour
this.IsBirdDiscount = x.IsBirdDiscount this.IsBirdDiscount = x.IsBirdDiscount
this.addMsg.Unit_Price = x.Unit_Price this.addMsg.Unit_Price = x.Unit_Price
this.Unit_Price = x.Unit_Price
this.stratPrice = res.data.data.modelPrice.GoAddPrice this.stratPrice = res.data.data.modelPrice.GoAddPrice
if(this.addMsg.GroupType == 4){ if(this.addMsg.GroupType == 4){
this.HightUnitPrice = '1' this.HightUnitPrice = '1'
this.Unit_Price = x.Unit_Price
}else { }else {
this.HightUnitPrice = '2' this.HightUnitPrice = '2'
this.Unit_Price = this.addObj.SingleDMCPrice
console.log(this.addObj.SingleDMCPrice)
} }
if (this.stratPrice == 0) { if (this.stratPrice == 0) {
this.stratPriceShow = false this.stratPriceShow = false
...@@ -3772,7 +3775,7 @@ ...@@ -3772,7 +3775,7 @@
//切换参团类型时 把值初始化 //切换参团类型时 把值初始化
if(type == 4){ if(type == 4){
this.addMsg.Unit_Price = this.Unit_Price; this.addMsg.Unit_Price = this.Unit_Price;
// this.addMsg.Unit_Price = this.addObj.SingleDMCPrice;
this.HightUnitPrice = '1'; this.HightUnitPrice = '1';
this.addMsg.AirticketNum = 0; this.addMsg.AirticketNum = 0;
this.addMsg.ManNum = 0; this.addMsg.ManNum = 0;
......
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