完成充值改造

This commit is contained in:
2024-07-15 14:16:06 +08:00
parent 8e1ed62bd7
commit e4a22af891
8 changed files with 206 additions and 29 deletions

View File

@@ -96,7 +96,6 @@ Component({
})
},
onAllChecked(e) {
// console.log('e', e.detail)
const { list } = this.data;
if (e.detail) {
const newSelectList = Array.from({ length: list.length }, () => true)