This commit is contained in:
2025-07-09 15:09:07 +08:00
parent 10d36c78b6
commit c4d815cef1
35 changed files with 342 additions and 161 deletions

View File

@@ -161,7 +161,7 @@
}
} else {
uni.showToast({
title: res.msg,
title: res.message,
icon: 'none'
})
}
@@ -207,14 +207,14 @@
let res = await outStorageConfirm(obj)
if (res.code === '200') {
uni.showToast({
title: res.msg,
title: res.message,
icon: 'none'
})
this.toEmpty()
}
this.disabled = false
uni.showToast({
title: res.msg,
title: res.message,
icon: 'none'
})
} catch (e) {