15 lines
600 B
Plaintext
15 lines
600 B
Plaintext
<view class="custom-color">
|
|
<t-cell title="自定义颜色开关" bordered="{{false}}">
|
|
<t-switch defaultValue="{{true}}" slot="note" />
|
|
</t-cell>
|
|
<!-- <t-cell title="自定义颜色" bordered="{{false}}">
|
|
<t-switch loading defaultValue="{{true}}" slot="note" />
|
|
</t-cell>
|
|
<t-cell title="自定义颜色" bordered="{{false}}">
|
|
<t-switch defaultValue="{{true}}" label="{{['关', '开']}}" slot="note" />
|
|
</t-cell>
|
|
<t-cell title="自定义颜色" bordered="{{false}}">
|
|
<t-switch defaultValue="{{true}}" icon="{{['close', 'check']}}" slot="note" />
|
|
</t-cell> -->
|
|
</view>
|