This commit is contained in:
2022-10-15 10:58:20 +08:00
parent 1daa712ca4
commit 1ff8c7c2b7
4 changed files with 10 additions and 7 deletions

View File

@@ -80,7 +80,7 @@
try {
let res = await pointOperate(this.val1, this.val2)
uni.showToast({
title: res.desc,
title: res.message,
icon: 'none'
})
this.disabled = false