goods类目列表点击第二层类目也需要可以跳转搜索详细产品列

This commit is contained in:
donqi 2022-07-22 21:03:47 +08:00
parent 3286535a64
commit 21e0a7b9a1
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
@scroll="verticalMain"> @scroll="verticalMain">
<view class="padding-top padding-lr" v-for="(type, index1) in childrenList" :key="index1" <view class="padding-top padding-lr" v-for="(type, index1) in childrenList" :key="index1"
:id="'main-'+type.goodsCategoryId"> :id="'main-'+type.goodsCategoryId">
<view class="cu-bar bg-white bottom-border"> <view class="cu-bar bg-white bottom-border" @click="chooseNavItem(type)">
<view class="action"> <view class="action">
<text class="cuIcon-title text-main-color"></text>{{type.goodsCategoryName}} <text class="cuIcon-title text-main-color"></text>{{type.goodsCategoryName}}
</view> </view>