fix:二级分类添加点击事件
This commit is contained in:
@@ -11,6 +11,11 @@
|
|||||||
class="goods-item"
|
class="goods-item"
|
||||||
v-for="item in props.data.children[activeMenu].children"
|
v-for="item in props.data.children[activeMenu].children"
|
||||||
:key="item.id"
|
:key="item.id"
|
||||||
|
@tap="
|
||||||
|
sheep.$router.go('/pages/goods/list', {
|
||||||
|
categoryId: item.id,
|
||||||
|
})
|
||||||
|
"
|
||||||
>
|
>
|
||||||
<image class="goods-img" :src="sheep.$url.cdn(item.image)" mode="aspectFill"></image>
|
<image class="goods-img" :src="sheep.$url.cdn(item.image)" mode="aspectFill"></image>
|
||||||
<view class="ss-p-10">
|
<view class="ss-p-10">
|
||||||
|
|||||||
Reference in New Issue
Block a user