Style(AI):推荐列表展示交互调整

This commit is contained in:
lifizer
2025-05-16 14:23:42 +08:00
parent b13dd1d368
commit 20fc34673d
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -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"
+3 -3
View File
@@ -12,7 +12,7 @@
color="#333"
transparent="auto"
barPlaceholder="hidden"
title="云灵AI智能助手"
title="云灵AI助手"
@click-left="clickBackHandle"
/>
<page-container
@@ -172,7 +172,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">
@@ -207,7 +207,7 @@
@click="hotelItemClickHandle(hotel)"
>
<view class="hotel-type">
{{ item.hotelTypeName }}
{{ hotel.hotelTypeName }}
</view>
<image
:src="hotel.img"
+2 -2
View File
@@ -855,7 +855,7 @@
{
"path": "views/index",
"style": {
"navigationBarTitleText": "云灵AI智能助手",
"navigationBarTitleText": "云灵AI助手",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
@@ -863,7 +863,7 @@
{
"path": "views/history",
"style": {
"navigationBarTitleText": "云灵AI智能助手",
"navigationBarTitleText": "云灵AI助手",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}