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

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