dev_forum
ysl 6 years ago
parent d7bbdfba9e
commit 765af2c66e

@ -53,9 +53,9 @@ class Trialapplication extends Component {
//初始化数据
componentDidMount() {
console.log("53");
// console.log("53");
console.log(this.props.isRenders);
// console.log(this.props.isRenders);
if (this.props.isRenders != undefined) {
this.setState({
@ -78,31 +78,11 @@ class Trialapplication extends Component {
}
return response;
}, (error) => {
// // if (error.response && error.response.data.error === '401 Unauthorized') {
// // this.back_url = window.location.href;
// // this.setState({
// // isRender: true
// // })
// // // TODO 这里如果样式变了会出现css不加载的情况
// // const $ = window.$;
// // const isCssLoaded = window.getComputedStyle($('.log_nav li.active')[0], null)
// // .getPropertyValue('border-bottom')
// // == "2px solid rgb(69, 155, 229)"
// // if (!isCssLoaded) {
// // const isPort3007 = window.location.port == 3007;
// // let _url_origin = isPort3007 ? 'http://localhost:3000' : ''
// //
// // $('head').append( $('<link rel="stylesheet" type="text/css" />')
// // .attr('href', `${_url_origin}/stylesheets/educoder/edu-main.css`) );
// // $('head').append( $('<link rel="stylesheet" type="text/css" />')
// // .attr('href', `${_url_origin}/stylesheets/educoder/edu-all.css`) );
// // }
// // }
// // return Promise.reject(error);
});
console.log("89");
// console.log("89");
try {
console.log(this.state.props.user && this.state.props.user.user_phone_binded);
// console.log(this.state.props.user && this.state.props.user.user_phone_binded);
if (this.state.props.user !== undefined) {
this.setState({
user_phone_binded: this.state.props.user.user_phone_binded,

Loading…
Cancel
Save