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