This commit is contained in:
2024-08-20 10:19:34 +08:00
parent b22d1c772f
commit d68830f1f3

View File

@@ -33,11 +33,11 @@
this.disabled = true
try {
let res = await cancleTaskCharge()
this.cancle()
uni.showToast({
title: res.message,
icon: 'none'
})
this.cancle()
} catch (err) {
this.disabled = false
}