You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
708 B
1 line
708 B
2 years ago
|
<view data-event-opts="{{[['tap',[['onClick',['$event']]]]]}}" class="{{['u-switch','data-v-58b2197e',value==true?'u-switch--on':'',disabled?'u-switch--disabled':'']}}" style="{{$root.s0}}" bindtap="__e"><block wx:if="{{openText!==null}}"><view class="{{['data-v-58b2197e',value?'text':'text_on']}}" style="display:flex;align-items:center;height:100%;">{{''+(value?openText.one:openText.off)+''}}</view></block><view class="u-switch__node node-class data-v-58b2197e" style="{{'width:'+($root.g0)+';'+('height:'+($root.g1)+';')}}"><u-loading class="u-switch__loading data-v-58b2197e" vue-id="1945f046-1" show="{{loading}}" size="{{size*0.6}}" color="{{loadingColor}}" bind:__l="__l"></u-loading></view></view>
|