Merge branch 'dev' into 'master'

uniapp【优化】:商品详情品牌显示优化

See merge request jianweie/coreshoppro!99
This commit is contained in:
花城
2024-11-25 08:32:09 +00:00

View File

@@ -33,7 +33,7 @@
<view class="brief">{{ props.goodsDetailData?.brief }}</view> <view class="brief">{{ props.goodsDetailData?.brief }}</view>
</view> </view>
<view class="tag-box" v-if="props.goodsDetailData?.brand || props.goodsDetailData?.labels?.length > 0"> <view class="tag-box" v-if="props.goodsDetailData?.brand || props.goodsDetailData?.labels?.length > 0">
<view class="m-r-10 m-b-10"> <view class="m-r-10 m-b-10" v-if="props.goodsDetailData?.brand?.name">
<uv-tags :text="props.goodsDetailData?.brand?.name"></uv-tags> <uv-tags :text="props.goodsDetailData?.brand?.name"></uv-tags>
</view> </view>
<view class="m-r-10 m-b-10" v-for="item, index in props.goodsDetailData?.labels" :key="index"> <view class="m-r-10 m-b-10" v-for="item, index in props.goodsDetailData?.labels" :key="index">