goods类目列表点击第二层类目也需要可以跳转搜索详细产品列
This commit is contained in:
parent
3286535a64
commit
21e0a7b9a1
|
|
@ -20,7 +20,7 @@
|
|||
@scroll="verticalMain">
|
||||
<view class="padding-top padding-lr" v-for="(type, index1) in childrenList" :key="index1"
|
||||
: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">
|
||||
<text class="cuIcon-title text-main-color"></text>{{type.goodsCategoryName}}
|
||||
</view>
|
||||
|
|
|
|||
Loading…
Reference in New Issue