Commit f777e825 authored by youjie's avatar youjie

no message

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