Commit 8c339c4e authored by mengcuiguang's avatar mengcuiguang

珊瑚cpd做完任务 后界面关闭

parent 60f3ba95
......@@ -273,16 +273,12 @@ class TaskActivity : BaseActivity(), TaskView,
bundle.putString(Constant.MAIN_CARRIER_TYPE, Constant.CARRIER_CPD)
readyGo(AwardActivity::class.java, bundle)
// 本地判断:领取金币,完成数+1
complete++
finish()
loadData()
// // 重置当前列表状态
// mTaskAdapter?.let {
// mFakeTaskList[it.getPosition()].state = 3
// it.notifyItemChanged(it.getPosition())
// }
// // 本地判断:领取金币,完成数+1
// complete++
//
// loadData()
}
3 -> {
showToast("当前任务已完成,试试其他任务吧!")
......
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