Style(AI):推荐列表展示交互调整
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
</view>
|
||||
<!-- 换一换 -->
|
||||
<view
|
||||
v-if="item.showMoreInfo.show"
|
||||
v-if="!item.showCursor && item.nodes && item.nodes.length && !item.isError && item.showMoreInfo.show"
|
||||
class="change-list-wrap"
|
||||
>
|
||||
<view v-if="item.showMoreInfo.showType === '特产商品'" class="list-wrap">
|
||||
@@ -137,7 +137,7 @@
|
||||
@click="hotelItemClickHandle(hotel)"
|
||||
>
|
||||
<view class="hotel-type">
|
||||
{{ item.hotelTypeName }}
|
||||
{{ hotel.hotelTypeName }}
|
||||
</view>
|
||||
<image
|
||||
:src="hotel.img"
|
||||
|
||||
Reference in New Issue
Block a user