|
@ -69,7 +69,7 @@ |
|
|
<view v-for="(item,indexs) in getColumnItems(index)" :key="indexs" class="hot-item" @click="gotoHotDetail(item)"> |
|
|
<view v-for="(item,indexs) in getColumnItems(index)" :key="indexs" class="hot-item" @click="gotoHotDetail(item)"> |
|
|
<view class="image-container"> |
|
|
<view class="image-container"> |
|
|
<image :src="item.src" mode="widthFix" class="hot-img" lazy-load="true"></image> |
|
|
<image :src="item.src" mode="widthFix" class="hot-img" lazy-load="true"></image> |
|
|
<image src="https://static.ticket.sz-trip.com/cgc/images/index/plays.png" mode="widthFix" class="play-img" v-if="hotIndex" lazy-load="true"></image> |
|
|
<image src="https://static.ticket.sz-trip.com/cgc/images/index/plays.png" mode="widthFix" class="play-img" v-if="hotIndex && item.genre == 'video'" lazy-load="true"></image> |
|
|
</view> |
|
|
</view> |
|
|
<view class="hot-content"> |
|
|
<view class="hot-content"> |
|
|
<view class="title text-overflowRows">{{item.title || item.goods.title}}</view> |
|
|
<view class="title text-overflowRows">{{item.title || item.goods.title}}</view> |
|
|