操作成功

This commit is contained in:
2022-11-11 18:22:26 +08:00
parent f95a05141f
commit bb64664360
10 changed files with 54 additions and 70 deletions

View File

@@ -116,15 +116,14 @@
}
try {
let res = await outconfirmInstor(this.pkObj, this.val1)
uni.showToast({
title: res.message,
icon: 'none'
})
this.disabled = false
this.pkId = ''
this.pkObj = {}
this._outcoolIOQuery()
uni.showToast({
title: res.message,
icon: 'none'
})
} catch (e) {
this.disabled = false
}