Commit e3ae2575 authored by youjie's avatar youjie

no message

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