mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 20:03:26 +08:00
Merge branch 'dev' into 'master'
uniapp【优化】:商品详情品牌显示优化 See merge request jianweie/coreshoppro!99
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
<view class="brief">{{ props.goodsDetailData?.brief }}</view>
|
||||
</view>
|
||||
<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>
|
||||
</view>
|
||||
<view class="m-r-10 m-b-10" v-for="item, index in props.goodsDetailData?.labels" :key="index">
|
||||
|
||||
Reference in New Issue
Block a user