liuffff

Results 3 comments of liuffff

同https://github.com/Tencent/tdesign-miniprogram/pull/3525

@lzdml 最新版本修复了

demo可以用以下示例 ```js onPick(e) { console.log(e.detail); const { value, index } = e.detail; const { options } = this.properties; if (options[index] && value === options[index].value && options[index].children?.length === 0) { Toast({...