Commit e3ae2575 authored by youjie's avatar youjie

no message

parent b59c3d0c
...@@ -778,11 +778,12 @@ export default { ...@@ -778,11 +778,12 @@ export default {
this.showOrderPreview=!this.showOrderPreview this.showOrderPreview=!this.showOrderPreview
if(!this.showOrderPreview){ if(!this.showOrderPreview){
// this.currentPrice=null // this.currentPrice=null
this.currentPrice.startDate = '' if(this.currentPrice){
this.currentPrice.isSupportChildren=null this.currentPrice.isSupportChildren=null
this.currentPrice.unionCityList=null this.currentPrice.unionCityList=null
this.currentPrice.singleRoomPrice=0 this.currentPrice.singleRoomPrice=0
this.currentPrice.originalB2CPrice=0 this.currentPrice.originalB2CPrice=0
}
this.changeTripShowHandler() this.changeTripShowHandler()
} }
}, },
...@@ -876,7 +877,13 @@ export default { ...@@ -876,7 +877,13 @@ export default {
//console.log(e) //console.log(e)
}, },
resetHandler() { resetHandler() {
this.currentPrice=null; // this.currentPrice=null;
if(this.currentPrice){
this.currentPrice.isSupportChildren=null
this.currentPrice.unionCityList=null
this.currentPrice.singleRoomPrice=0
this.currentPrice.originalB2CPrice=0
}
if(this.$q.platform.is.mobile) if(this.$q.platform.is.mobile)
this.$refs.calendarMobile.reset() this.$refs.calendarMobile.reset()
else else
......
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