Pre Merge pull request !41 from 纵横四海/N/A

This commit is contained in:
纵横四海 2024-08-08 15:37:09 +00:00 committed by Gitee
commit b8edababbd
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -77,6 +77,9 @@
},
// 设置单项数据
setItem: function (item) {
if(this.isClicked) return;
this.isClicked=true;
setTimeout(()=>{this.isClicked=false},500);
if (!this.mult) {
this.setValue(item.xurl).setInput();
} else if ((item.checked = !this.idxs[item.id])) {