Commit 9f60445f authored by youjie's avatar youjie

no message

parent e5c2111b
......@@ -8,7 +8,8 @@
(currentHeight>priceListHeight&&currentHeight < navs[0].top&&$q.platform.is.mobile)"
:style="{ transform: stickyHeight }">
<div style="max-width: 1200px; margin-left: auto; margin-right: auto" :class="{ 'q-px-md': $q.screen.width < 1220 }" class="q-py-sm row items-center">
<span class="col product-price text-subtitle1 text-weight-bold" style="text-align: left">
<span class="col product-price text-subtitle1 text-weight-bold" style="text-align: left"
v-if="dataList.priceList.length>0">
<span>CNY {{ dataList.priceList[0].originalB2BPrice }}</span>
<span class="q-ml-sm f12 text-grey-7">{{$t('v103.scheduledTripDetails.since')}}</span>
</span>
......@@ -176,7 +177,8 @@
</div>
<div class="" v-if="$q.platform.is.desktop">
<div class="row items-center">
<span class="product-price text-h6 q-mr-md">CNY {{ dataList.priceList[0].originalB2BPrice }}</span>
<span class="product-price text-h6 q-mr-md"
v-if="dataList.priceList.length>0">CNY {{ dataList.priceList[0].originalB2BPrice }}</span>
<q-btn color="primary" outline :label="showOrderPreview ? $t('v103.scheduledTripDetails.deselect') : $t('v103.scheduledTripDetails.choose')" @click="changeShowOrderPreviewHandler" class="q-px-lg" />
</div>
<div class="text-info q-mt-md text-right">{{$t('v103.scheduledTripDetails.earliest')}}:{{ dataList.priceList[0].startDate }}</div>
......@@ -256,7 +258,7 @@
<div v-if="detailsImageList&&detailsImageList.length>0"
v-for="(x,i) in detailsImageList" :key="i"
:id="`days_${i}`">
<div class="tripImages-footer" v-if="!dataList.tripColor" style="padding: 20px 0;"></div>
<div class="tripImages-footer" style="padding: 20px 0;"></div>
<!-- <img v-if="dataList.tripColor" class="block" :src="x.header" style="width: 100%;"> -->
<img class="block" :src="x.page" style="width: 100%;">
<div class="tripImages-footer">
......@@ -701,7 +703,7 @@ export default defineComponent({
} catch (error) {
console.log('----异常')
}
methods.getTopNum(JSON.stringify(data.days))
// methods.getTopNum(JSON.stringify(data.days))
},{immediate: true,deep: true})
watch(()=>data.currentHeight,(n, o) => {
data.navs.forEach((x, i) => {
......
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