|
|
@ -52,9 +52,17 @@ class CoursesBanner extends Component {
|
|
|
|
componentDidMount() {
|
|
|
|
componentDidMount() {
|
|
|
|
|
|
|
|
|
|
|
|
this.onloadupdatabanner()
|
|
|
|
this.onloadupdatabanner()
|
|
|
|
this.setState({
|
|
|
|
try {
|
|
|
|
user_phone_binded :this.props.current_user.user_phone_binded,
|
|
|
|
if(this.props.current_user!==undefined){
|
|
|
|
})
|
|
|
|
this.setState({
|
|
|
|
|
|
|
|
user_phone_binded :this.props.current_user.user_phone_binded,
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}catch (e) {
|
|
|
|
|
|
|
|
console.log("CoursesBanner 60")
|
|
|
|
|
|
|
|
console.log(e)
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
onloadupdatabanner=()=>{
|
|
|
|
onloadupdatabanner=()=>{
|
|
|
|
this.updatabanner()
|
|
|
|
this.updatabanner()
|
|
|
|