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
388ef6b8
Commit
388ef6b8
authored
Sep 24, 2021
by
霍志良
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:升级m-course
parent
ba88c84f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
config.gradle
config.gradle
+3
-3
CoursePlayActivity.kt
m-course/src/main/java/com/yidianling/course/coursePlay/CoursePlayActivity.kt
+2
-1
No files found.
config.gradle
View file @
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.6
8
"
,
"m-course"
:
"0.0.42.6
9
"
,
//-------------- 业务模块 API 层 --------------
//-------------- 业务模块 API 层 --------------
"m-audioim-api"
:
"0.0.6"
,
"m-audioim-api"
:
"0.0.6"
,
...
@@ -88,7 +88,7 @@ ext {
...
@@ -88,7 +88,7 @@ ext {
// -------------- 业务模块 --------------
// -------------- 业务模块 --------------
//第三步 若干
//第三步 若干
"m-confide"
:
"0.0.49.1
3
"
,
"m-confide"
:
"0.0.49.1
7
"
,
"m-consultant"
:
"0.0.59.93"
,
"m-consultant"
:
"0.0.59.93"
,
"m-fm"
:
"0.0.30.06"
,
"m-fm"
:
"0.0.30.06"
,
"m-user"
:
"0.0.61.71"
,
"m-user"
:
"0.0.61.71"
,
...
@@ -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.6
8
"
,
"m-course"
:
"0.0.42.6
9
"
,
//-------------- 业务模块 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"
,
...
...
m-course/src/main/java/com/yidianling/course/coursePlay/CoursePlayActivity.kt
View file @
388ef6b8
...
@@ -154,7 +154,7 @@ class CoursePlayActivity : BaseActivity() {
...
@@ -154,7 +154,7 @@ class CoursePlayActivity : BaseActivity() {
recy_list
?.
layoutManager
=
recy_list
?.
layoutManager
=
LinearLayoutManager
(
LinearLayoutManager
(
this
,
this
,
OrientationHelp
er
.
VERTICAL
,
LinearLayoutManag
er
.
VERTICAL
,
false
false
)
)
adapter
=
adapter
=
...
@@ -284,6 +284,7 @@ class CoursePlayActivity : BaseActivity() {
...
@@ -284,6 +284,7 @@ class CoursePlayActivity : BaseActivity() {
}
}
override
fun
onNewIntent
(
intent
:
Intent
?)
{
override
fun
onNewIntent
(
intent
:
Intent
?)
{
super
.
onNewIntent
(
intent
)
var
new_course_id
=
0
var
new_course_id
=
0
if
(
intent
!=
null
)
{
if
(
intent
!=
null
)
{
new_course_id
=
intent
.
getIntExtra
(
"course_id"
,
0
)
new_course_id
=
intent
.
getIntExtra
(
"course_id"
,
0
)
...
...
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