This commit is contained in:
2024-08-08 10:23:55 +08:00
parent 9f94350422
commit 1e2f097db4

View File

@@ -57,7 +57,7 @@
let res = await updateTask(this.index, type)
this.cancle()
uni.showToast({
title: res.desc,
title: res.message,
icon: 'none'
})
} catch (err) {