首页连接,商品标签

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>