Commit 4f6771b4 authored by youjie's avatar youjie

no message

parent 9f60445f
......@@ -255,7 +255,7 @@
<div class="text-h5 text-weight-bold text-left q-mt-xl" id="product" :class="{'q-px-md': $q.screen.width < 1220&&$q.platform.is.mobile}">{{$t('v103.scheduledTripDetails.righttitle.d2')}}</div>
<div class="q-pb-xl">
<smaple :trip="dataList" class="q-pb-xl" :class="{'q-px-md':$q.platform.is.mobile}"></smaple>
<div v-if="detailsImageList&&detailsImageList.length>0"
<div v-if="detailsImageList&&detailsImageList.length>3"
v-for="(x,i) in detailsImageList" :key="i"
:id="`days_${i}`">
<div class="tripImages-footer" style="padding: 20px 0;"></div>
......
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