fix:二级分类添加点击事件

pull/8/head
kele 2023-04-19 11:39:30 +08:00
parent 8211c4f3a2
commit a20551115a
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,11 @@
class="goods-item"
v-for="item in props.data.children[activeMenu].children"
: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>
<view class="ss-p-10">