...
|
...
|
@@ -12,7 +12,7 @@ |
|
|
<image wx:if="{{item.sort_ico}}" src="{{helper.image(item.sort_ico, 64, 84)}}" class="item-img"></image>
|
|
|
<view class="item-name">{{item.category_name}}</view>
|
|
|
</view>
|
|
|
<view class="category-sub-item more-item" data-cid="{{currentId}}" bindtap="goCategoryListWithId">
|
|
|
<view wx:if="{{currentId}}" class="category-sub-item more-item" data-cid="{{currentId}}" bindtap="goCategoryListWithId">
|
|
|
<view class="item-name">MORE</view>
|
|
|
</view>
|
|
|
</view>
|
...
|
...
|
|