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>
<!-- 换一换 --> <!-- 换一换 -->
<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"
+3 -3
View File
@@ -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
View File
@@ -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"
} }