Commit 3151a0d6 authored by mengcuiguang's avatar mengcuiguang

代码优化

parent db154678
......@@ -195,7 +195,11 @@ class MyFragment : LazyLoadBaseFragment(), MyView, View.OnClickListener {
override fun unlockSuc() {
myPresenter.showTurn()
showContinueDialog()
if (nineShowBean != null) {
if (nineShowBean!!.complete < nineShowBean!!.need) {
showContinueDialog()
}
}
}
override fun getTurnIphoneMsgSuc(data: NineListBean) {
......
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