This commit is contained in:
2025-06-20 11:26:28 +08:00
parent 5afcef3d0b
commit 29556dd37b

View File

@@ -124,6 +124,9 @@
this.index1 = e.detail.value
},
handleAdd () {
if (this.dataList.length >= 2) {
return
}
this.dataList.push({site: this.index1})
},
handleDelete (index) {