dev_forum
杨树林 5 years ago
parent 8bd2480503
commit b59765568a

@ -188,6 +188,10 @@ class InterestpageComponent extends Component {
if (response !== undefined) {
// this.Jumptotheinterestpage();
// window.location.href = "/"
if(response.data.message!==undefined){
return;
}
this.setMyEduCoderModals()
}

@ -189,6 +189,11 @@ class InterestpageMax extends Component {
if (response !== undefined) {
// this.Jumptotheinterestpage();
// window.location.href = "/"
if(response.data.message!==undefined){
return;
}
this.setMyEduCoderModals()
}

@ -262,4 +262,7 @@
.bth100{
width: 100px;
margin: 0 auto;
}
.ant-input-affix-wrapper .ant-input-prefix, .ant-input-affix-wrapper .ant-input-suffix {
background: #ffffff!important;
}
Loading…
Cancel
Save