|
|
@@ -109,7 +109,7 @@ class FreeTrainActivity : BaseMVVMActivity<ActivityFreeTrainBinding, FreeTrainVi
|
|
|
private fun jumeGame(bean: Record, position: Int) {
|
|
|
gameId = bean.id
|
|
|
gameIndex = position
|
|
|
- ARouter.getInstance().build(RouterUrlCommon.gameSettlement)
|
|
|
+ ARouter.getInstance().build(RouterUrlCommon.gameIntroduction)
|
|
|
.withString("gameCode", bean.gameCode)
|
|
|
.withString("playClass", bean.playClass)
|
|
|
.withString("videoUrl", bean.gameVideoUrl)
|