缓存码变更\code

This commit is contained in:
蔡玲
2024-09-11 17:42:14 +08:00
parent 6fc5425842
commit 25e87da566
9 changed files with 139 additions and 51 deletions

View File

@@ -136,6 +136,9 @@
async _taskCarry () {
try {
let res = await taskCarry(this.index1, this.index2)
if (res.code === '1') {
this.toClear()
}
this.disabled = false
uni.showToast({
title: res.message,