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
442e1f0d
Commit
442e1f0d
authored
3 years ago
by
范玉宾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify spell error response word mditation to meditation
parent
f17e2613
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
PlayMeditationActivity.kt
m-muse/src/main/java/com/yidianling/muse/activity/PlayMeditationActivity.kt
+3
-3
MeditationPlayModuleBean.kt
m-muse/src/main/java/com/yidianling/muse/bean/MeditationPlayModuleBean.kt
+1
-1
No files found.
m-muse/src/main/java/com/yidianling/muse/activity/PlayMeditationActivity.kt
View file @
442e1f0d
...
@@ -107,10 +107,10 @@ class PlayMeditationActivity : BaseActivity() {
...
@@ -107,10 +107,10 @@ class PlayMeditationActivity : BaseActivity() {
val
desc
=
module
.
dec
?:
"写着人们心疼的曲折,我想我很快乐,做一个旁观者"
val
desc
=
module
.
dec
?:
"写着人们心疼的曲折,我想我很快乐,做一个旁观者"
val
bgImageUrl
=
val
bgImageUrl
=
if
(
module
.
mditationBackgroundImage
.
isNullOrEmpty
())
{
if
(
module
.
m
e
ditationBackgroundImage
.
isNullOrEmpty
())
{
bgUrl
bgUrl
}
else
{
}
else
{
module
.
mditationBackgroundImage
module
.
m
e
ditationBackgroundImage
}
}
val
mediaUrl
=
module
.
mediaUrl
val
mediaUrl
=
module
.
mediaUrl
...
@@ -153,7 +153,7 @@ class PlayMeditationActivity : BaseActivity() {
...
@@ -153,7 +153,7 @@ class PlayMeditationActivity : BaseActivity() {
val
desc
=
module
.
dec
?:
"写着人们心疼的曲折,我想我很快乐,做一个旁观者"
val
desc
=
module
.
dec
?:
"写着人们心疼的曲折,我想我很快乐,做一个旁观者"
val
bgImageUrl
=
module
.
mditationBackgroundImage
?:
""
val
bgImageUrl
=
module
.
m
e
ditationBackgroundImage
?:
""
val
mediaUrl
=
module
.
mediaUrl
val
mediaUrl
=
module
.
mediaUrl
...
...
This diff is collapsed.
Click to expand it.
m-muse/src/main/java/com/yidianling/muse/bean/MeditationPlayModuleBean.kt
View file @
442e1f0d
...
@@ -12,7 +12,7 @@ class MeditationPlayModuleBean : HomeItemBaseBean {
...
@@ -12,7 +12,7 @@ class MeditationPlayModuleBean : HomeItemBaseBean {
var
mediaId
:
Long
?
=
null
var
mediaId
:
Long
?
=
null
var
title
:
String
?=
null
var
title
:
String
?=
null
var
dec
:
String
?=
null
var
dec
:
String
?=
null
var
mditationBackgroundImage
:
String
?=
null
var
m
e
ditationBackgroundImage
:
String
?=
null
var
duration
:
Int
=
0
var
duration
:
Int
=
0
var
coverImageUrlIcon
:
String
=
""
var
coverImageUrlIcon
:
String
=
""
var
uid
:
Int
=
0
var
uid
:
Int
=
0
...
...
This diff is collapsed.
Click to expand it.
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