lmw
9 天以前 b6d14ec6c19cddb1c8caf1d024e77d250a203929
app/src/main/java/com/dollearn/student/ui/home/adapter/GameAdapter.kt
@@ -60,6 +60,7 @@
                ivResult.setImageResource(R.mipmap.successs)
                act.handler?.sendEmptyMessage(act.PLAY_RIGHT)
                act.rightCount++
                subject.completed = true
                subject.right = true
                act.transAnimation(view)
            }else{