Commit c8ebdca8ecb51675aa2864d83bb3d1b34cb39082
1 parent
7815241f
分类的修改 parent_id
Showing
1 changed file
with
1 additions
and
1 deletions
pages/goods/categoryList/categoryList.wxml
... | ... | @@ -33,7 +33,7 @@ |
33 | 33 | <text class='f_item_over_t'>{{fitem.items.name}}</text></view> |
34 | 34 | <view class='fenlei_text_v'> |
35 | 35 | <view class='f_text' wx:for="{{fitem.array}}" wx:for-item="item" |
36 | - bindtap="go_cate" data-cid="{{item.id}}" data-pid="1">{{item.name}}</view> | |
36 | + bindtap="go_cate" data-cid="{{item.id}}" data-pid="{{item.parent_id}}">{{item.name}}</view> | |
37 | 37 | </view> |
38 | 38 | </view> |
39 | 39 | </block> | ... | ... |