Commit cd2c5b2e authored by Mac's avatar Mac

判断品牌 没有值的时候不显示

parent 6543f170
......@@ -398,40 +398,28 @@
商业地产+体育运动的新型“SPORTMALL”的全新商业场景
</view>
</view> -->
<view class="baseinfo-item flex">
<view class="baseinfo-item flex" v-if="details.CustomerType && details.CustomerType!='' ">
<view class="baseinfo-label"> 客群定位: </view>
<view class="baseinfo-con">
{{ details.CustomerType }}
</view>
</view>
<view class="baseinfo-item flex">
<view class="baseinfo-item flex" v-if="details.BrandType && details.BrandType!='' ">
<view class="baseinfo-label"> 行业定位: </view>
<view class="baseinfo-con">
{{ details.BrandType }}
</view>
</view>
<view class="baseinfo-item flex">
<view class="baseinfo-item flex" v-if="details.StoreExpansion && details.StoreExpansion!='' ">
<view class="baseinfo-label"> 开店方向: </view>
<view class="baseinfo-con">
{{ details.StoreExpansion }}
</view>
</view>
<view class="baseinfo-item flex">
<view class="baseinfo-item flex" v-if="details.WishDescription && details.WishDescription != ''">
<view class="baseinfo-label"> 拓展对接人: </view>
<view
class="baseinfo-con"
v-if="
details.WishDescription == null ||
details.WishDescription == ''
"
>
暂无
</view>
</view>
<view
style="width: 100%; height: 360rpx"
v-if="details.WishDescription && details.WishDescription != ''"
>
<view style="width: 100%; height: 360rpx" v-if="details.WishDescription && details.WishDescription != ''">
<image
:src="details.WishCard"
style="width: 100%; height: 360rpx; border-radius: 20px"
......@@ -439,7 +427,7 @@
></image>
</view>
</view>
<view class="brand-title">
<view class="brand-title" v-if="details.WishDescription && details.WishDescription != ''">
<image
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/kotra-tzxq.png"
mode="widthFix"
......@@ -454,14 +442,7 @@
@navigate="clickDescription"
></h-parse>
</view>
<view
style="margin-top: 30rpx"
v-if="
details.WishDescription == '' || details.WishDescription == null
"
>
</view>
<view class="brand-title">
<image
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/kotra-wyxq.png"
......
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