|
|
@@ -4,7 +4,6 @@ import android.annotation.SuppressLint
|
|
|
import android.content.Intent
|
|
|
import android.os.Bundle
|
|
|
import android.text.TextUtils
|
|
|
-import android.util.Log
|
|
|
import android.view.MotionEvent
|
|
|
import android.view.View
|
|
|
import com.alibaba.android.arouter.facade.annotation.Route
|
|
|
@@ -85,7 +84,6 @@ class GameIntroductionActivity :
|
|
|
|
|
|
override fun initData() {
|
|
|
binding {
|
|
|
- Log.e("wpp", videoUrl)
|
|
|
val model = SuperPlayerModel()
|
|
|
model.appId = AccountConfig.TENCENT_APPID // 配置 AppId
|
|
|
model.url = videoUrl // 配置您的播放视频 url
|
|
|
@@ -194,7 +192,6 @@ class GameIntroductionActivity :
|
|
|
"&difficultyRate=" + gameBean!!.gameDifficultyRate + "&totalTime=" +
|
|
|
gameBean!!.gameTotalTime + "&totalScore=" + gameBean!!.gameTotalScore +
|
|
|
"&playClass=" + playClass
|
|
|
- Log.e("wpp", url)
|
|
|
ARouter.getInstance().build(RouterUrlCommon.playGame)
|
|
|
.withString("gameCode", gameCode)
|
|
|
.withString("playClass", playClass)
|