Commit 56ccb7e1 authored by mengcuiguang's avatar mengcuiguang
parents 88f86f8c 8a91804f
......@@ -282,12 +282,20 @@ class GetPacketFragment : BaseFragment(), GetPacketView, View.OnClickListener,
activity,
vo
)
Handler(Looper.getMainLooper()).postDelayed({
refreshData()
}, 1000)
} else {
val bundle = Bundle()
bundle.putString(
Constant.MAIN_CARRIER_TYPE,
it.rankingBottoms.challenge_vedio_ranking.carrierType
)
bundle.putInt(
Constant.MAIN_CUR_COIN,
it.rankingBottoms.challenge_vedio_ranking.coin
)
readyGo(AwardActivity::class.java, bundle)
}
}
......
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