| | |
| | | abstract fun initClick() |
| | | abstract fun initView() |
| | | |
| | | /** |
| | | * 状态栏和标题采用白色风格 |
| | | */ |
| | | fun useWhiteTitle(){ |
| | | titleBar.setTitleColor(R.color.textColor) |
| | | titleBar.backgroundColorResource = R.color.white |
| | | // rootLayout.backgroundColorResource = R.color.white |
| | | titleBar.leftView.setCompoundDrawablesWithIntrinsicBounds(R.mipmap.back,0,0,0) |
| | | } |
| | | // /** |
| | | // * 微信登录是否有手机号,没有就跳绑定页面 |
| | | // */ |
| | | // fun checkPhone():Boolean{ |
| | | // return if (SPUtils.instance().getBoolean(Const.User.NO_PHONE)){ |
| | | // startActivity<BindPhoneActivity>() |
| | | // false |
| | | // } else true |
| | | // } |
| | | } |