Commit 6e7517f7 authored by 华国豪's avatar 华国豪 🙄

'图片问题@'

parent d69ba0f2
......@@ -162,7 +162,7 @@
}
.trip-block .block-item .item.hor-box .image img{
width: 100%;
height: 100%;
/* height: 100%; */
flex: 1;
}
.trip-block .block-item .item .three-item{
......
......@@ -737,7 +737,7 @@ export default {
if(list && list.length>0){
list.forEach((x,index)=>{
if(x.tcState==3){
let msg = {
let msg = {
dateStr:x.startDate,
cDate:x.startDate.replace('-','年').replace('-','月'),
price:x.b2CPrice,
......
......@@ -4,7 +4,7 @@
<div class="five-box">
<div class="left">
<div class="image">
<img :src='day.details[0].img+"?x-oss-process=image/resize,h_497,image/crop,g_north,w_311,h_497"'/>
<img :src='day.details[0].img' :style="{position: 'relative',top:day.details[0].scenicJson.y + 'px'}"/>
</div>
<div class="item">
<h3 v-html="day.details[0].title" @click.stop="goUrl(day.details[0].url)" style="cursor: pointer" ></h3>
......
......@@ -109,7 +109,8 @@ export default {
ticketName:y.childItem.couponsTicketName,
playTimeHour:y.childItem.playTimeHour,
playTimeMinutes:y.childItem.playTimeMinutes,
url:y.childItem.url
url:y.childItem.url,
scenicJson: y.childItem.scenicJson
}
jin.push(obj)
} else if(y.type==3 && y.childItem.hotelName!='' && y.childItem.imaArray.length>0){
......
......@@ -3,7 +3,7 @@
<div class="two-block">
<div class="item big">
<div class="left">
<img :src='day.details[0].img+"?x-oss-process=image/resize,w_663"' />
<img :src='day.details[0].img' :style="{position: 'relative',top:day.details[0].scenicJson.y + 'px'}" />
</div>
<div class="right">
<div class="details">
......@@ -48,7 +48,7 @@
<el-col :span="16">
<div class="item hor-box">
<div class="image">
<img :src="day.details[1].img+'?x-oss-process=image/resize,w_663,image/crop,g_west,w_663,h_244'" />
<img :src="day.details[1].img" :style="{position: 'relative',top:day.details[1].scenicJson.y + 'px'}" />
</div>
</div>
</el-col>
......@@ -57,7 +57,7 @@
<el-col :span="16">
<div class="item hor-box">
<div class="image">
<img :src="day.details[2].img+'?x-oss-process=image/resize,w_663,image/crop,g_west,w_663,h_244'" />
<img :src="day.details[2].img" :style="{position: 'relative',top:day.details[2].scenicJson.y + 'px'}" />
</div>
</div>
</el-col>
......
......@@ -90,7 +90,8 @@ export default {
img:y.childItem.imaArray[0].url.replace('https','http'),
ticketName:y.childItem.couponsTicketName,
playTimeHour:y.childItem.playTimeHour,
playTimeMinutes:y.childItem.playTimeHour
playTimeMinutes:y.childItem.playTimeHour,
scenicJson: y.childItem.scenicJson
}
jin.push(obj)
} else if(y.type==3 && y.childItem.hotelName!='' && y.childItem.imaArray.length>0){
......
......@@ -48,7 +48,7 @@
<el-col :span="16">
<div class="item hor-box">
<div class="image">
<img :src="day.details[1].img+'?x-oss-process=image/resize,w_663,image/crop,g_west,w_663,h_244'" />
<img :src="day.details[1].img+'?x-oss-process=image/resize,w_,image/crop,g_west,w_663,h_244'" />
</div>
</div>
</el-col>
......
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