Commit c3092075 authored by 黄奎's avatar 黄奎

文字修改

parent 6b0c29f5
......@@ -88,7 +88,7 @@
CNY:{{ moneyFormat(dataList.priceList[0].originalB2CPrice, 0) }}
<span class="f12 text-grey-6"></span>
</div>
<div v-else class="text-subtitle1 text-grey-6">暫無報價</div>
<div v-else class="text-subtitle1 text-grey-6">無報價方案</div>
<q-btn color="primary" label="選擇方案" unelevated :disable="dataList.priceList.length > 0 ? false : true"
@click="goScrollHandler(priceListHeight)" :class="{ 'q-mt-md full-width': $q.platform.is.desktop }" />
</div>
......@@ -364,9 +364,9 @@
style="border: 1px dashed var(--q-color-warning)" :class="{
'q-mx-md': $q.screen.width < 1220 && $q.platform.is.mobile,
}">
<div class="text-weight-bold fz18 q-mb-md">須知</div>
<div class="text-weight-bold fz18 q-mb-md">須知</div>
<div v-html="
dataList.feature.visaRemark ? dataList.feature.visaRemark : '暫無簽須知'
dataList.feature.visaRemark ? dataList.feature.visaRemark : '暫無簽須知'
"></div>
</div>
<div class="text-h5 text-weight-bold text-left q-mt-xl" ref="tips" :class="{
......
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