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) let res = await updateTask(this.index, type)
this.cancle() this.cancle()
uni.showToast({ uni.showToast({
title: res.desc, title: res.message,
icon: 'none' icon: 'none'
}) })
} catch (err) { } catch (err) {