yiming
2024-03-06 bcd706eeb0c7f9e36ee4803386e52ce2bc0510f6
1
2
3
4
5
6
7
8
<view class="wrap">
  <goods-category
    level="{{3}}"
    custom-class="goods-category-class"
    category="{{list}}"
    bind:changeCategory="onChange"
  />
</view>