微信小程序项目,让用Tdesign这个新的ui,因为还是测试版,官方没有指南只有示例和api并且写的非常简单,就想着遇到的一些问题记录一下,方便以后借鉴使用。
直接上代码片段
<t-popup visible="{ {checkboxVisible}}" bind:visible-change="deviceVisibleChange" prevent-scroll-through="{ {false}}" placement="bottom">
<view slot="content" class="device-class">
<view class="device-list">
<t-checkbox-group class="device-icon-class" bind:change="onChange">
<t-checkbox color="#07c160" check-all="{ {true}}">
<view slot="label" style="margin-left: 30rpx;">
<text class="label-class">全选</text>
</view>
<