bug
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
return
|
||||
}
|
||||
try {
|
||||
let res = await bindVehicle(this.val1, this.index1, this.val2)
|
||||
let res = await bindVehicle(this.val1, this.options1[this.index1].value, this.val2)
|
||||
this.clearUp()
|
||||
uni.showToast({
|
||||
title: res.message,
|
||||
|
||||
Reference in New Issue
Block a user