|
|
@ -77,13 +77,18 @@ class Trialapplication extends Component {
|
|
|
|
//TODO 这里如果样式变了会出现css不加载的情况
|
|
|
|
//TODO 这里如果样式变了会出现css不加载的情况
|
|
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
console.log(this.props.isRenders);
|
|
|
|
console.log("89");
|
|
|
|
console.log("89");
|
|
|
|
|
|
|
|
console.log(this.state.props.user_phone_binded );
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
if (this.state.props.user_phone_binded !== undefined) {
|
|
|
|
if (this.state.props.user_phone_binded !== undefined) {
|
|
|
|
console.log(this.state.props.user_phone_binded);
|
|
|
|
console.log(this.state.props.user_phone_binded);
|
|
|
|
this.setState({
|
|
|
|
this.setState({
|
|
|
|
user_phone_binded: this.state.props.user_phone_binded,
|
|
|
|
user_phone_binded: this.state.props.user_phone_binded,
|
|
|
|
})
|
|
|
|
})
|
|
|
|
|
|
|
|
if(this.state.props.user_phone_binded === true){
|
|
|
|
|
|
|
|
this.props.setTrialapplication();
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
} catch (e) {
|
|
|
|
} catch (e) {
|
|
|
|