Commit 3a217deb by 向童

Merge branch 'develop' into 'test'

测试 See merge request !7
parents 0a42f273 acb600bd
......@@ -210,9 +210,7 @@ class ReprtRepair extends Component {
.catch(err => {
console.log(err);
const { data } = err;
alert(data.msg);
Toast.hide();
alert("测试");
Toast.fail(data.msg || '提交失败!');
});
};
......
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