Commit f777e825 authored by youjie's avatar youjie

no message

parent 4e591cec
...@@ -244,10 +244,12 @@ ...@@ -244,10 +244,12 @@
></calendar> ></calendar>
</q-popup-proxy> </q-popup-proxy>
</q-field> </q-field>
<order-preview class="q-pa-md" <template v-if="currentPrice.startDate">
:price="currentPrice" <order-preview class="q-pa-md"
@reset="resetHandler" :price="currentPrice"
></order-preview> @reset="resetHandler"
></order-preview>
</template>
</div> </div>
<div class="text-h6 q-pt-lg" v-if="$q.platform.is.mobile">所選方案詳情</div> <div class="text-h6 q-pt-lg" v-if="$q.platform.is.mobile">所選方案詳情</div>
...@@ -734,6 +736,7 @@ export default { ...@@ -734,6 +736,7 @@ export default {
//console.log(e) //console.log(e)
}, },
resetHandler() { resetHandler() {
this.currentPrice.startDate = ''
this.$refs.calendar.reset(); this.$refs.calendar.reset();
}, },
changeChosenDateHandler(val) { changeChosenDateHandler(val) {
......
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