self_mall_xcx/pages/goods/category/index.wxml
2023-05-30 20:21:16 +08:00

9 lines
168 B
Plaintext

<view class="wrap">
<goods-category
level="{{3}}"
custom-class="goods-category-class"
category="{{list}}"
bind:changeCategory="onChange"
/>
</view>