Commit b59c3d0c authored by youjie's avatar youjie

no message

parent b2527c14
<template>
<div class="column full-height">
<div class="column full-height" v-if="p">
<div class="col">
<div class="text-right" v-if="$q.platform.is.desktop">
<q-btn
......@@ -376,7 +376,6 @@ export default {
watch: {
price: {
handler(n, o) {
console.log(n)
this.p = n?n:{};
if (this.p.startDate) {
this.chosenObj.startDate = this.p.startDate;
......
......@@ -777,7 +777,12 @@ export default {
changeShowOrderPreviewHandler(){
this.showOrderPreview=!this.showOrderPreview
if(!this.showOrderPreview){
this.currentPrice=null
// this.currentPrice=null
this.currentPrice.startDate = ''
this.currentPrice.isSupportChildren=null
this.currentPrice.unionCityList=null
this.currentPrice.singleRoomPrice=0
this.currentPrice.originalB2CPrice=0
this.changeTripShowHandler()
}
},
......
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