clear
This commit is contained in:
@@ -65,6 +65,8 @@
|
||||
}
|
||||
try {
|
||||
let res = await abnormalOut(this.val1, this.val2)
|
||||
this.val1 = ''
|
||||
this.val2 = ''
|
||||
this.disabled1 = false
|
||||
uni.showToast({
|
||||
title: res.message,
|
||||
|
||||
@@ -65,6 +65,7 @@
|
||||
title: res.message,
|
||||
icon: 'none'
|
||||
})
|
||||
this.clearUp()
|
||||
this.disabled = false
|
||||
} catch (e) {
|
||||
this.disabled = false
|
||||
@@ -81,6 +82,7 @@
|
||||
title: res.message,
|
||||
icon: 'none'
|
||||
})
|
||||
this.clearUp()
|
||||
this.disabled = false
|
||||
this.btn_active = false
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user