第一次提交
This commit is contained in:
1
unpackage/dist/build/mp-weixin/components/navBar/scroll-navbar.wxml
vendored
Normal file
1
unpackage/dist/build/mp-weixin/components/navBar/scroll-navbar.wxml
vendored
Normal file
@ -0,0 +1 @@
|
||||
<scroll-view class="ss-scroll-navbar" scroll-x="{{true}}" scroll-left="{{scrollLeft}}" scroll-with-animation="true"><block wx:for="{{navArr}}" wx:for-item="item" wx:for-index="index" wx:key="category_id"><view class="{{['nav-item',(index===tabCurrentIndex)?'current':'']}}" id="{{'item-'+index}}" data-event-opts="{{[['tap',[['tabChange',[index]]]]]}}" bindtap="__e"><text class="title">{{item.name}}</text></view></block></scroll-view>
|
||||
Reference in New Issue
Block a user