Commit 1f9bed96 by 霍志良

feat:还有问题,提交本地

parent 388ef6b8
...@@ -16,7 +16,7 @@ ext { ...@@ -16,7 +16,7 @@ ext {
"m-muse" : "0.0.28.25", "m-muse" : "0.0.28.25",
"m-tests" : "0.0.24.15", "m-tests" : "0.0.24.15",
"m-course" : "0.0.42.69", "m-course" : "0.0.42.82",
//-------------- 业务模块 API 层 -------------- //-------------- 业务模块 API 层 --------------
"m-audioim-api" : "0.0.6", "m-audioim-api" : "0.0.6",
...@@ -99,7 +99,7 @@ ext { ...@@ -99,7 +99,7 @@ ext {
"m-muse" : "0.0.28.25", "m-muse" : "0.0.28.25",
"m-tests" : "0.0.24.15", "m-tests" : "0.0.24.15",
"m-course" : "0.0.42.69", "m-course" : "0.0.42.70",
//-------------- 业务模块 API 层 -------------- //-------------- 业务模块 API 层 --------------
"m-audioim-api" : "0.0.6", "m-audioim-api" : "0.0.6",
"m-confide-api" : "0.0.2.11", "m-confide-api" : "0.0.2.11",
......
...@@ -548,11 +548,10 @@ class CoursePlayActivity : BaseActivity() { ...@@ -548,11 +548,10 @@ class CoursePlayActivity : BaseActivity() {
play_type = 1 play_type = 1
frame_video_play.visibility = View.VISIBLE frame_video_play.visibility = View.VISIBLE
frame_audio_play.visibility = View.GONE frame_audio_play.visibility = View.GONE
(playVideoView as CoursePlayItemViewVideo)?.play(index)
if (AudioPlayer.get().isPlaying) { if (AudioPlayer.get().isPlaying) {
AudioPlayer.get().playPause() AudioPlayer.get().playPause()
} }
(playVideoView as CoursePlayItemViewVideo)?.play(index)
} }
this.index = index this.index = index
......
...@@ -273,6 +273,7 @@ class CoursePlayItemViewVideo : RelativeLayout, PlayViewInterface { ...@@ -273,6 +273,7 @@ class CoursePlayItemViewVideo : RelativeLayout, PlayViewInterface {
} catch (e: Exception) { } catch (e: Exception) {
e.printStackTrace() e.printStackTrace()
LogUtil.e("aaaaaaaaa:"+e.message)
} }
} }
} }
......
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