Commit 7b9f1c63 by 霍志良

feat:修改UI

parent e1ceaf2a
...@@ -312,15 +312,6 @@ class testLoginActivity : BaseMvpActivity<ILoginContract.View, ILoginContract.Pr ...@@ -312,15 +312,6 @@ class testLoginActivity : BaseMvpActivity<ILoginContract.View, ILoginContract.Pr
.show() .show()
} }
},2000) },2000)
/*
*
* val dialIntent =
Intent(
Intent.ACTION_DIAL,
Uri.parse(String.format("tel:" + getString(R.string.service_hotline)))
)
startActivity(dialIntent)
* */
img_reg_back.setOnClickListener { img_reg_back.setOnClickListener {
RxKeyboardTool.hideSoftInput(this) RxKeyboardTool.hideSoftInput(this)
onBackPressed() onBackPressed()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment