Style(AI):推荐列表展示交互调整
This commit is contained in:
@@ -102,7 +102,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<!-- 换一换 -->
|
<!-- 换一换 -->
|
||||||
<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"
|
class="change-list-wrap"
|
||||||
>
|
>
|
||||||
<view v-if="item.showMoreInfo.showType === '特产商品'" class="list-wrap">
|
<view v-if="item.showMoreInfo.showType === '特产商品'" class="list-wrap">
|
||||||
@@ -137,7 +137,7 @@
|
|||||||
@click="hotelItemClickHandle(hotel)"
|
@click="hotelItemClickHandle(hotel)"
|
||||||
>
|
>
|
||||||
<view class="hotel-type">
|
<view class="hotel-type">
|
||||||
{{ item.hotelTypeName }}
|
{{ hotel.hotelTypeName }}
|
||||||
</view>
|
</view>
|
||||||
<image
|
<image
|
||||||
:src="hotel.img"
|
:src="hotel.img"
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
color="#333"
|
color="#333"
|
||||||
transparent="auto"
|
transparent="auto"
|
||||||
barPlaceholder="hidden"
|
barPlaceholder="hidden"
|
||||||
title="云灵AI智能助手"
|
title="云灵AI助手"
|
||||||
@click-left="clickBackHandle"
|
@click-left="clickBackHandle"
|
||||||
/>
|
/>
|
||||||
<page-container
|
<page-container
|
||||||
@@ -172,7 +172,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<!-- 换一换 -->
|
<!-- 换一换 -->
|
||||||
<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"
|
class="change-list-wrap"
|
||||||
>
|
>
|
||||||
<view v-if="item.showMoreInfo.showType === '特产商品'" class="list-wrap">
|
<view v-if="item.showMoreInfo.showType === '特产商品'" class="list-wrap">
|
||||||
@@ -207,7 +207,7 @@
|
|||||||
@click="hotelItemClickHandle(hotel)"
|
@click="hotelItemClickHandle(hotel)"
|
||||||
>
|
>
|
||||||
<view class="hotel-type">
|
<view class="hotel-type">
|
||||||
{{ item.hotelTypeName }}
|
{{ hotel.hotelTypeName }}
|
||||||
</view>
|
</view>
|
||||||
<image
|
<image
|
||||||
:src="hotel.img"
|
:src="hotel.img"
|
||||||
|
|||||||
+2
-2
@@ -855,7 +855,7 @@
|
|||||||
{
|
{
|
||||||
"path": "views/index",
|
"path": "views/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "云灵AI智能助手",
|
"navigationBarTitleText": "云灵AI助手",
|
||||||
"navigationStyle": "custom",
|
"navigationStyle": "custom",
|
||||||
"navigationBarTextStyle": "white"
|
"navigationBarTextStyle": "white"
|
||||||
}
|
}
|
||||||
@@ -863,7 +863,7 @@
|
|||||||
{
|
{
|
||||||
"path": "views/history",
|
"path": "views/history",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "云灵AI智能助手",
|
"navigationBarTitleText": "云灵AI助手",
|
||||||
"navigationStyle": "custom",
|
"navigationStyle": "custom",
|
||||||
"navigationBarTextStyle": "white"
|
"navigationBarTextStyle": "white"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user