Fix:4666 【旅居商城小程序】管理后台新增旅居商户没有配置简介时,前端的简介区域会显示null(没有配置则无需显示)
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
<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 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="atr">
|
||||
<image class="atr" :src="item.avatar"></image>
|
||||
|
||||
Reference in New Issue
Block a user