首页连接,商品标签

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

@@ -33,15 +33,15 @@
</view>
<!-- 分类 -->
<view class="cate-section">
<view class="cate-item" @click="navToTabPage('../../pagesA/product/list?isFenxiao=1')">
<view class="cate-item" @click="navToTabPage('../../pagesA/product/groupActivityList')">
<image src="/static/temp//antFill-gift.png"></image>
<text>惠农套餐</text>
</view>
<view class="cate-item" @click="navToTabPage('../../pagesA/product/list?isVip=1')">
<view class="cate-item" @click="navToTabPage('../../pagesA/product/groupList')">
<image src="/static/temp/fasfausers.png"></image>
<text>拼团特价</text>
</view>
<view class="cate-item" @click="navToTabPage('../../pagesA/product/groupList')">
<view class="cate-item" @click="navToTabPage('../../pages/index/secskill')">
<image src="/static/temp/fabfa-dropbox.png"></image>
<text>限时抢购</text>
</view>

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>