Commit 36cab0de authored by mengcuiguang's avatar mengcuiguang

代码优化

parent f8f769c8
...@@ -45,7 +45,7 @@ class AlipayTimeActivity : BaseActivity(), View.OnClickListener { ...@@ -45,7 +45,7 @@ class AlipayTimeActivity : BaseActivity(), View.OnClickListener {
ivBack.setOnClickListener(this) ivBack.setOnClickListener(this)
countDownTimer = SimpleCountDownTimer( countDownTimer = SimpleCountDownTimer(
((alipaytime)).toLong(), ((alipaytime)*1000).toLong(),
tv_alipaytime tv_alipaytime
).setOnFinishListener { ).setOnFinishListener {
finish() finish()
......
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