You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
309 B
Plaintext
4 lines
309 B
Plaintext
|
2 years ago
|
<!--components/mp-switch/mp-switch.wxml-->
|
||
|
|
<view class="mp-switch" style="--mp-switch-width: {{width}}px;--mp-switch-height: {{height}}px;--mp-switch-text: '{{item.checked?trueText:falseText}}';">
|
||
|
|
<view class="wx-switch-input {{item.checked?'wx-switch-input-checked':''}}" bind:tap="onChange"></view>
|
||
|
|
</view>
|