first commit
This commit is contained in:
5
衣莎项目/源码/YiShaXiYi/extend/wux/dist/segmented-control/index.wxml
vendored
Normal file
5
衣莎项目/源码/YiShaXiYi/extend/wux/dist/segmented-control/index.wxml
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
<view class="wux-class {{ classes.wrap }}" wx:if="{{ values.length }}">
|
||||
<block wx:for="{{ values }}" wx:key="index">
|
||||
<view class="{{ classes.item }} {{ activeKey === index ? prefixCls + '__item--current' : '' }}" data-index="{{ index }}" bindtap="onTap">{{ item }}</view>
|
||||
</block>
|
||||
</view>
|
||||
Reference in New Issue
Block a user