This commit is contained in:
2025-07-31 10:56:10 +08:00
parent b927c50d05
commit 9206d0d0e4
4 changed files with 51 additions and 113 deletions

View File

@@ -66,7 +66,7 @@
}
try {
let res = await transferConfirm(this.val1, this.val2)
if (res.code === '200') {
if (res.status === '200') {
this.clearUp()
}
this.disabled = false