优化编辑

This commit is contained in:
java110 2020-06-03 22:52:42 +08:00
parent 8808ac814a
commit b9320f81a7

View File

@ -83,7 +83,7 @@
vc.toast(_json.msg);
return;
}
vc.toast(json);
vc.toast(_json.msg);
},
function (errInfo, error) {
@ -112,7 +112,7 @@
vc.toast(_json.msg);
return;
}
vc.toast(json);
vc.toast(_json.msg);
},
function (errInfo, error) {