Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YDL-Component-Medical
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨凯
YDL-Component-Medical
Commits
8bb340ea
Commit
8bb340ea
authored
Mar 19, 2021
by
YKai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:解决课程试听,返回首页点击课程更多无反应或者报错问题,m-user,m-platform,m-im组件升级
parent
c08ccce8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
8 deletions
+15
-8
config.gradle
config.gradle
+8
-8
CourseActivity.java
m-course/src/main/java/com/yidianling/course/CourseActivity.java
+7
-0
No files found.
config.gradle
View file @
8bb340ea
...
@@ -8,15 +8,15 @@ ext {
...
@@ -8,15 +8,15 @@ ext {
"m-confide"
:
"0.0.49.02"
,
"m-confide"
:
"0.0.49.02"
,
"m-consultant"
:
"0.0.59.65"
,
"m-consultant"
:
"0.0.59.65"
,
"m-fm"
:
"0.0.30.01"
,
"m-fm"
:
"0.0.30.01"
,
"m-user"
:
"0.0.61.1
6
"
,
"m-user"
:
"0.0.61.1
7
"
,
"m-home"
:
"0.0.22.55"
,
"m-home"
:
"0.0.22.55"
,
"m-im"
:
"0.0.18.
39
"
,
"m-im"
:
"0.0.18.
40
"
,
"m-dynamic"
:
"0.0.7.19"
,
"m-dynamic"
:
"0.0.7.19"
,
"m-article"
:
"0.0.0.6"
,
"m-article"
:
"0.0.0.6"
,
"m-muse"
:
"0.0.28.20"
,
"m-muse"
:
"0.0.28.20"
,
"m-tests"
:
"0.0.24.10"
,
"m-tests"
:
"0.0.24.10"
,
"m-course"
:
"0.0.42.
19
"
,
"m-course"
:
"0.0.42.
20
"
,
//-------------- 业务模块 API 层 --------------
//-------------- 业务模块 API 层 --------------
"m-audioim-api"
:
"0.0.6"
,
"m-audioim-api"
:
"0.0.6"
,
...
@@ -33,7 +33,7 @@ ext {
...
@@ -33,7 +33,7 @@ ext {
//-------------- 功能组件 --------------
//-------------- 功能组件 --------------
//第一步
//第一步
"ydl-platform"
:
"0.0.39.8
8
"
,
"ydl-platform"
:
"0.0.39.8
9
"
,
//第二步 若干
//第二步 若干
"ydl-webview"
:
"0.0.38.36"
,
"ydl-webview"
:
"0.0.38.36"
,
...
@@ -91,15 +91,15 @@ ext {
...
@@ -91,15 +91,15 @@ ext {
"m-confide"
:
"0.0.49.02"
,
"m-confide"
:
"0.0.49.02"
,
"m-consultant"
:
"0.0.59.65"
,
"m-consultant"
:
"0.0.59.65"
,
"m-fm"
:
"0.0.30.01"
,
"m-fm"
:
"0.0.30.01"
,
"m-user"
:
"0.0.61.1
6
"
,
"m-user"
:
"0.0.61.1
7
"
,
"m-home"
:
"0.0.22.54"
,
"m-home"
:
"0.0.22.54"
,
"m-im"
:
"0.0.18.
34
"
,
"m-im"
:
"0.0.18.
40
"
,
"m-dynamic"
:
"0.0.7.19"
,
"m-dynamic"
:
"0.0.7.19"
,
"m-article"
:
"0.0.0.6"
,
"m-article"
:
"0.0.0.6"
,
"m-muse"
:
"0.0.20.7"
,
"m-muse"
:
"0.0.20.7"
,
"m-tests"
:
"0.0.24.9"
,
"m-tests"
:
"0.0.24.9"
,
"m-course"
:
"0.0.42.
19
"
,
"m-course"
:
"0.0.42.
20
"
,
//-------------- 业务模块 API 层 --------------
//-------------- 业务模块 API 层 --------------
"m-audioim-api"
:
"0.0.6"
,
"m-audioim-api"
:
"0.0.6"
,
"m-confide-api"
:
"0.0.2.1"
,
"m-confide-api"
:
"0.0.2.1"
,
...
@@ -115,7 +115,7 @@ ext {
...
@@ -115,7 +115,7 @@ ext {
//-------------- 功能组件 --------------
//-------------- 功能组件 --------------
//第一步
//第一步
"ydl-platform"
:
"0.0.39.8
8
"
,
"ydl-platform"
:
"0.0.39.8
9
"
,
//第二步 若干
//第二步 若干
"ydl-webview"
:
"0.0.38.36"
,
"ydl-webview"
:
"0.0.38.36"
,
...
...
m-course/src/main/java/com/yidianling/course/CourseActivity.java
View file @
8bb340ea
...
@@ -4,6 +4,7 @@ import android.os.Bundle;
...
@@ -4,6 +4,7 @@ import android.os.Bundle;
import
android.support.v4.app.Fragment
;
import
android.support.v4.app.Fragment
;
import
com.alibaba.android.arouter.facade.annotation.Route
;
import
com.alibaba.android.arouter.facade.annotation.Route
;
import
com.ydl.media.view.PlayerFloatHelper
;
import
com.ydl.ydlcommon.base.BaseActivity
;
import
com.ydl.ydlcommon.base.BaseActivity
;
import
com.ydl.ydlcommon.bean.StatusBarOptions
;
import
com.ydl.ydlcommon.bean.StatusBarOptions
;
import
com.ydl.ydlcommon.utils.StatusBarUtils
;
import
com.ydl.ydlcommon.utils.StatusBarUtils
;
...
@@ -55,4 +56,10 @@ public class CourseActivity extends BaseActivity {
...
@@ -55,4 +56,10 @@ public class CourseActivity extends BaseActivity {
.
commit
();
.
commit
();
}
}
}
}
@Override
protected
void
onDestroy
()
{
super
.
onDestroy
();
PlayerFloatHelper
.
Companion
.
onDestroy
();
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment