整体调整
This commit is contained in:
@@ -20,11 +20,11 @@
|
||||
</view>
|
||||
<!-- 分类 -->
|
||||
<view class="cate-section">
|
||||
<view class="cate-item" @click="navToTabPage('../../pagesA/product/list?isFenxiao=1')">
|
||||
<view class="cate-item" @click="navToTabPage('../../pagesA/product/list?productAttributeCategoryId=1005001')">
|
||||
<image src="/static/nywz_icon.png"></image>
|
||||
<text>农业物资</text>
|
||||
</view>
|
||||
<view class="cate-item" @click="navToTabPage('../../pagesA/product/list?isVip=1')">
|
||||
<view class="cate-item" @click="navToTabPage('../../pagesA/product/list?productAttributeCategoryId=1005000')">
|
||||
<image src="/static/shwz_icon.png"></image>
|
||||
<text>生活物资</text>
|
||||
</view>
|
||||
@@ -177,7 +177,7 @@
|
||||
|
||||
<!-- 新品推荐 -->
|
||||
<view v-if='homeNewProductList && homeNewProductList.length>0' class="f-header m-t"
|
||||
@click="navToTabPage('../../pagesA/product/list')">
|
||||
@click="navToTabPage('../../pagesA/product/list?newStatus=1')">
|
||||
<image src="/static/temp/h1.png"></image>
|
||||
<view class="tit-box">
|
||||
<text class="tit">新品推荐</text>
|
||||
@@ -203,7 +203,7 @@
|
||||
</view>
|
||||
<!-- 人气推荐 -->
|
||||
<view v-if='homeRecommendProductList && homeRecommendProductList.length>0' class="f-header m-t"
|
||||
@click="navToTabPage('../../pagesA/product/list')">
|
||||
@click="navToTabPage('../../pagesA/product/list?recommandStatus=1')">
|
||||
<image src="/static/temp/h1.png"></image>
|
||||
<view class="tit-box">
|
||||
<text class="tit">人气推荐</text>
|
||||
@@ -229,7 +229,7 @@
|
||||
<!-- 新品上市 -->
|
||||
|
||||
<!-- <view class="f-header m-t" @click="navToTabPage('../../pagesA/product/list')"> -->
|
||||
<view class="f-header m-t" @click="navToTabPage('../../pagesA/product/list?isFenxiao=1')">
|
||||
<view class="f-header m-t" @click="navToTabPage('../../pagesA/product/list')">
|
||||
<image src="/static/temp/h1.png"></image>
|
||||
<view class="tit-box">
|
||||
<text class="tit">商品列表</text>
|
||||
|
||||
Reference in New Issue
Block a user