Commit 4761bcb7 authored by youjie's avatar youjie

no message

parent 4f884956
......@@ -384,7 +384,7 @@
行程介紹
</div>
<div class="q-pb-xl" >
<smaple :trip="dataList" :class="{'q-px-md': $q.screen.width < 1220&&$q.platform.is.mobile}"></smaple>
<smaple :trip="dataList" :class="{'q-px-md': $q.screen.width < 1220&&$q.platform.is.desktop}"></smaple>
<template v-if="dataList.dayList.length<=3">
<trip :trip="dataList" @change="changeTripShowHandler"></trip>
</template>
......@@ -785,7 +785,7 @@ export default {
let tw = parseFloat(
this.$refs.diyContext.getBoundingClientRect().width
) / 1123.0
if($q.platform.is.mobile){
if(this.$q.platform.is.mobile){
let divArr = document.querySelectorAll("#setZoom>div")
for(let i=0;i<divArr.length;i++){
let div = divArr[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