首页连接,商品标签

This commit is contained in:
liupopo
2023-02-15 11:12:11 +08:00
parent 2677150194
commit ef501759ec
3 changed files with 10 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
</view>
<uni-section title="会员标签" type="line"></uni-section>
<!-- <uni-section title="会员标签" type="line"></uni-section>
<view class="example-body" >
<view class="tag-view" v-for="(item, index) in memberTagList" :key="index" @click="navToList(item.id)">
<uni-tag :circle="true" :text="item.name" type="warning" />
@@ -21,7 +21,7 @@
<view class="tag-view" v-for="(item, index) in cmsTagList" :key="index" @click="navToList(item.id)">
<uni-tag :circle="true" :inverted="inverted" :text="item.name" type="primary" @click="setInverted" />
</view>
</view>
</view> -->
</view>