Fix:4902 【商城小程序】在旅居下搜索店铺,被搜索的店铺未配置简介时,简介区域会显示null

This commit is contained in:
linxi
2026-02-10 10:55:16 +08:00
parent bdfc025094
commit 86fc52a62e
+3 -3
View File
@@ -22,15 +22,15 @@
class="map-icon v12-mr-1"
:src="webUrl + '/orderIcon/map_white.png'"
></image>
<text class="v12-font-28">{{ item.areaName }}</text>
<text class="v12-font-28">{{ item.areaName || '' }}</text>
</view>
</view>
<view class="v12-font-bold v12-font-28 v12-mt-1 more-t desc-txt">{{ item.intro }}</view>
<view class="v12-font-bold v12-font-28 v12-mt-1 more-t desc-txt">{{ item.intro || '' }}</view>
<view class="v12-justify-start v12-align-center v12-my-1">
<view class="atr">
<image class="atr" :src="item.avatar"></image>
</view>
<view class="v12-font-26 v12-ml-2 v12-dark-text one-t">{{ item.name }}</view>
<view class="v12-font-26 v12-ml-2 v12-dark-text one-t">{{ item.name || '' }}</view>
</view>
</view>
</view>