优化采购提示消息不准确问题

This commit is contained in:
wuxw 2024-08-08 13:29:12 +08:00
parent c1c1457bfe
commit e0314e2bb4

View File

@ -149,9 +149,7 @@
vc.goBack();
vc.toast("操作成功");
return;
} else if (_json.code == 404) {
vc.toast("未找到当前用户任务");
} else {
} else {
vc.toast(_json.msg);
}
},