12345678910 |
- <view class='switch-index {{className}}' style='{{style}}' ref='saveChildRef0'>
- <import-sjs from='../wxs/utils.sjs' name='utils'>
- </import-sjs>
- <view class="{{customClass}} {{ utils.bem('switch', { on: value === activeValue, disabled }) }}" style="font-size: {{ size }}; {{ (checked ? activeColor : inactiveColor) ? 'background-color: ' + (checked ? activeColor : inactiveColor ) : '' }}" onTap='antmoveAction' data-antmove-tap='onClick'>
- <view class='van-switch__node {{nodeClass}}'>
- <van-loading a:if='{{ loading }}' color='{{ loadingColor }}' custom-class='van-switch__loading' ref='saveChildRef1'>
- </van-loading>
- </view>
- </view>
- </view>
|