Commit 57a1e419 authored by youjie's avatar youjie

no message

parent 0917ce66
...@@ -108,10 +108,12 @@ export default { ...@@ -108,10 +108,12 @@ export default {
price: { price: {
handler(n, o) { handler(n, o) {
this.p = n; this.p = n;
console.log(n,'-----')
this.chosenObj.startDate = n.startDate; this.chosenObj.startDate = n.startDate;
this.calcMoney() this.calcMoney()
}, },
deep: true, deep: true,
immediate: true
}, },
CarTypeList: { CarTypeList: {
handler(n, o) { handler(n, o) {
......
...@@ -273,6 +273,7 @@ export default { ...@@ -273,6 +273,7 @@ export default {
this.calcMoney() this.calcMoney()
}, },
deep: true, deep: true,
immediate: true,
}, },
}, },
data() { data() {
......
...@@ -277,15 +277,19 @@ ...@@ -277,15 +277,19 @@
<template v-if="currentPrice && currentPrice.startDate"> <template v-if="currentPrice && currentPrice.startDate">
<order-preview <order-preview
class="q-pa-md" class="q-pa-md"
:configId="msg.configId"
:Month="currentYM.str"
:CarTypeList="dataList.CarTypeList"
:price="currentPrice" :price="currentPrice"
@reset="resetHandler" @reset="resetHandler"
@getPriceList="getPriceList"
></order-preview> ></order-preview>
</template> </template>
</div> </div>
<!--方案选择区 --> <!--方案选择区 -->
<div class="text-h6 q-pt-lg" v-if="$q.platform.is.mobile"> <!-- <div class="text-h6 q-pt-lg" v-if="$q.platform.is.mobile">
所選方案詳情 所選方案詳情
</div> </div> -->
<div <div
class="bg-white rounded-borders q-mt-md" class="bg-white rounded-borders q-mt-md"
v-if="priceList && priceList.length > 0" v-if="priceList && priceList.length > 0"
...@@ -385,7 +389,9 @@ ...@@ -385,7 +389,9 @@
<div <div
:class="{ 'col-8': $q.platform.is.desktop, col: $q.platform.is.mobile }" :class="{ 'col-8': $q.platform.is.desktop, col: $q.platform.is.mobile }"
> >
<div id="product">产品介绍</div> <div id="product" :class="{
'q-px-md': $q.screen.width < 1220 && $q.platform.is.mobile,
}">產品介紹</div>
<div <div
class="q-mt-md q-pb-xl" class="q-mt-md q-pb-xl"
ref="diyContext" ref="diyContext"
......
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