This commit is contained in:
2025-08-08 14:48:28 +08:00
parent ac754eb113
commit 631502f610
6 changed files with 45 additions and 11 deletions

View File

@@ -202,7 +202,7 @@
},
async _zwConfirmIn () {
this.disabled = true
if (!index || !dataList.length) {
if (!this.index || !this.dataList.length) {
this.disabled = false
return
}