首页连接,商品标签
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user