Commit 72a7a728 authored by mengcuiguang2's avatar mengcuiguang2

代码优化

parent 4439fb9c
...@@ -260,8 +260,7 @@ class DrawCashFragment : LazyLoadBaseFragment(), DrawCashView, DrawCashAdapter.O ...@@ -260,8 +260,7 @@ class DrawCashFragment : LazyLoadBaseFragment(), DrawCashView, DrawCashAdapter.O
) )
} }
bundle.putInt(DrawProgressActivity.PROGRESS, it.taskNeedComplete) bundle.putInt(DrawProgressActivity.PROGRESS, it.taskNeedComplete)
// bundle.putInt(DrawProgressActivity.MAX, it.taskComplete) bundle.putInt(DrawProgressActivity.MAX, it.taskComplete)
bundle.putInt(DrawProgressActivity.MAX, 4)
readyGo(DrawProgressActivity::class.java, bundle) readyGo(DrawProgressActivity::class.java, bundle)
} }
else -> { else -> {
......
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