This commit is contained in:
2024-03-19 09:20:24 +08:00
parent 91a4830916
commit 1370b71078

View File

@@ -103,7 +103,7 @@
return return
} }
try { try {
let res = await unbindVehicle(this.val1, this.index1, this.val2) let res = await unbindVehicle(this.val1, this.options1[this.index1].value, this.val2)
this.clearUp() this.clearUp()
uni.showToast({ uni.showToast({
title: res.message, title: res.message,