Commit 656350035f768d9e6b696dc593ae70c2aa95a632
1 parent
b8cbf558
分类页品牌栏字母索引异常修改
Showing
2 changed files
with
5 additions
and
1 deletions
pages/goods/categoryList/categoryList.wxml
... | ... | @@ -81,7 +81,7 @@ |
81 | 81 | </block> |
82 | 82 | </scroll-view> |
83 | 83 | |
84 | - <view class="nav box box-tb" catchtouchmove="touchmove" catchtouchend="touchend" > | |
84 | + <view class="nav box box-tb my-nav" catchtouchmove="touchmove" catchtouchend="touchend" > | |
85 | 85 | <view bindtap="tabLetter" data-index="{{item}}" wx:for="{{letters}}" |
86 | 86 | class="flex box box-align-center box-pack-center letter"> |
87 | 87 | <text class="letter-text {{selected == item ? 'letter-actived' : ''}}">{{item}}</text> | ... | ... |
pages/goods/categoryList/categoryList.wxss