Commit 098057f4 authored by 袁玲利's avatar 袁玲利

Merge branch 'v_req_11.2' into uat

parents 86ffbaae 48e52309
......@@ -182,11 +182,11 @@ export default {
},
this.params
);
if (data.code != 200) {
if (data.code != 10000) {
uni.showToast({
icon: "none",
mask: true,
title: data.msg,
title: data.message,
});
return;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment