Commit b06feed1 authored by mengcuiguang2's avatar mengcuiguang2

代码优化

parent 77694cf6
......@@ -301,7 +301,7 @@ class NineActivity : BaseActivity(), View.OnClickListener, NineView {
nineShowBean?.let {
NineContinueDialog(
this@NineActivity,
it.need - it.complete,
it.need - it.complete-1,
object : DialogListener() {
override fun onClick(dialog: Dialog?, v: View?) {
super.onClick(dialog, v)
......
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