Commit 29ff01ab authored by Mac's avatar Mac

1

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