This commit is contained in:
PQZ 2024-08-28 18:38:46 +08:00
parent f99b3327f6
commit 1b1aa4f04f

View File

@ -60,7 +60,7 @@
}
})
console.log(res);
if (res.code == 200) {
if (res.code == 0) {
uni.showToast({
title: '提交成功'
})