mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 14:17:54 +08:00
优化采购提示消息不准确问题
This commit is contained in:
parent
c1c1457bfe
commit
e0314e2bb4
@ -149,9 +149,7 @@
|
||||
vc.goBack();
|
||||
vc.toast("操作成功");
|
||||
return;
|
||||
} else if (_json.code == 404) {
|
||||
vc.toast("未找到当前用户任务");
|
||||
} else {
|
||||
} else {
|
||||
vc.toast(_json.msg);
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user