|
@@ -552,7 +552,7 @@ class HomeActivity : BaseMVVMActivity<ActivityHomeBinding, HomeViewModel>(),
|
|
|
private fun gameLoading(bean: Record) {
|
|
|
ARouter.getInstance().build(RouterUrlCommon.gameIntroduction)
|
|
|
.withString("gameCode", bean.gameCode)
|
|
|
- .withString("playClass", bean.playClass)
|
|
|
+ .withString("playClass", "A")
|
|
|
.withString("videoUrl", bean.gameVideoUrl)
|
|
|
.withString("desn", bean.desn)
|
|
|
.withTransition(R.anim.leftin, R.anim.leftout)
|