This commit is contained in:
2024-08-09 17:09:50 +08:00
parent db1aadb164
commit b9dd9c7e57
3 changed files with 4 additions and 8 deletions

View File

@@ -50,7 +50,7 @@
let res = await callTask(this.sCode, this.nCode, type)
this.disabled = false
uni.showToast({
title: res.desc,
title: res.message,
icon: 'none'
})
} catch (err) {