Commit 86e11257 authored by 张九刚's avatar 张九刚

Merge branch 'feature/20250529home' into 'dev'

fix: 修复搜索页面图片路径,更新为正确的属性名

See merge request sparkprojects/20250528_FHQ1!28
parents 1c27bff5 792681a2
......@@ -42,7 +42,7 @@
<view v-if="step !== 1 && tabIndex === 'content'" class="bgbox">
<view class="cardbox">
<view @tap="jumpLink(item.link)" class="card" v-for="(item, index) in resultList[tabIndex]" :key="index">
<image class="pic" :src="$baseUrl + item.bgUrl"></image>
<image class="pic" :src="$baseUrl + item.img"></image>
<view class="desc">
{{ item.desc }}
</view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment