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