Fix:4666 【旅居商城小程序】管理后台新增旅居商户没有配置简介时,前端的简介区域会显示null(没有配置则无需显示)

This commit is contained in:
linxi
2025-11-26 10:51:42 +08:00
parent a64da0bc21
commit 41a4b19f13
+1 -1
View File
@@ -62,7 +62,7 @@
<text class="v12-font-28">{{ item.areaName }}</text> <text class="v12-font-28">{{ item.areaName }}</text>
</view> </view>
</view> </view>
<view class="v12-font-bold v12-font-28 v12-mt-1 more-t desc-txt">{{ item.intro }}</view> <view v-if="item.intro" 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="v12-justify-start v12-align-center v12-my-1">
<view class="atr"> <view class="atr">
<image class="atr" :src="item.avatar"></image> <image class="atr" :src="item.avatar"></image>