diff --git a/public/react/src/AppConfig.js b/public/react/src/AppConfig.js
index 8ef347e32..f7a6615db 100644
--- a/public/react/src/AppConfig.js
+++ b/public/react/src/AppConfig.js
@@ -146,9 +146,9 @@ export function initAxiosInterceptors(props) {
}
if (response.data.status === 402) {
- // debugger
- // console.log(response.data.status);
- // console.log(response.data.url);
+ debugger
+ console.log(response.data.status);
+ console.log(response.data);
locationurl(response.data.message);
}
diff --git a/public/react/src/modules/login/EducoderLogin.js b/public/react/src/modules/login/EducoderLogin.js
index c062578d7..008d1717e 100644
--- a/public/react/src/modules/login/EducoderLogin.js
+++ b/public/react/src/modules/login/EducoderLogin.js
@@ -62,6 +62,7 @@ var newContainer={
bottom: "0px",
minHeight: "100%",
overflow:"hidden",
+ paddingTop: "40px",
}
class EducoderLogin extends Component {
@@ -87,7 +88,7 @@ class EducoderLogin extends Component {
}else if(props.match.url === "/register"){
// showbool: 1,
this.state = {
- showbool: 1,
+ showbool: 2,
loginstatus:false,
logini:2,
namezh:"",
@@ -141,7 +142,7 @@ class EducoderLogin extends Component {
render() {
let {showbool,loginstatus,logini} = this.state;
return (
-
+
-
+
this.Setshowbool(e,name,pass)} >
@@ -179,7 +180,7 @@ class EducoderLogin extends Component {
justifyContent: "center",
width: "100%",
height: "630px",
- marginTop: "54px",
+ marginTop: "44px",
}}>
@@ -190,7 +191,7 @@ class EducoderLogin extends Component {
justifyContent: "center",
width: "100%",
height: "550px",
- marginTop: "54px",
+ marginTop: "44px",
}}>
- © 2019 EduCoder
湘ICP备17009477号Trustie & IntelliDE inside.
+ © 2019 EduCoder
湘ICP备17009477号Trustie & IntelliDE inside.
diff --git a/public/react/src/modules/user/LoginRegisterComponent.js b/public/react/src/modules/user/LoginRegisterComponent.js
index 3aba8259d..8b2e6e546 100644
--- a/public/react/src/modules/user/LoginRegisterComponent.js
+++ b/public/react/src/modules/user/LoginRegisterComponent.js
@@ -116,23 +116,6 @@ class LoginRegisterComponent extends Component {
console.log('Notification Clicked!');
},
});
- // if(type === 1){
- // notification['success']({
- // message: "提示",
- // description: messge,
- // });
- // }else if(type === 2){
- // notification['warning']({
- // message: "提示",
- // description: messge,
- // });
- //
- // }else{
- // notification['error']({
- // message: "提示",
- // description: messge,
- // });
- // }
}
@@ -464,6 +447,8 @@ class LoginRegisterComponent extends Component {
this.SMSverification();
}
}
+ //滑动验证手机号
+
//获取登入
loginInputonChange = (e) => {
// console.log(e.target.value);