Merge branch 'master' of codeup.aliyun.com:5f9118049cffa29cfdd3be1c/marketing/frontend
This commit is contained in:
commit
8971d3a9a0
|
@ -68,6 +68,7 @@ function FormDom(props) {
|
|||
},err=>{
|
||||
if(res.code==-2){
|
||||
setYzmcode(true);
|
||||
Notify.error(res.message);
|
||||
}else{
|
||||
Notify.clear();
|
||||
Notify.error(res.message);
|
||||
|
|
Loading…
Reference in New Issue