Commit 442e1f0d by 范玉宾

modify spell error response word mditation to meditation

parent f17e2613
......@@ -107,10 +107,10 @@ class PlayMeditationActivity : BaseActivity() {
val desc = module.dec ?: "写着人们心疼的曲折,我想我很快乐,做一个旁观者"
val bgImageUrl =
if (module.mditationBackgroundImage.isNullOrEmpty()) {
if (module.meditationBackgroundImage.isNullOrEmpty()) {
bgUrl
} else {
module.mditationBackgroundImage
module.meditationBackgroundImage
}
val mediaUrl = module.mediaUrl
......@@ -153,7 +153,7 @@ class PlayMeditationActivity : BaseActivity() {
val desc = module.dec ?: "写着人们心疼的曲折,我想我很快乐,做一个旁观者"
val bgImageUrl = module.mditationBackgroundImage ?: ""
val bgImageUrl = module.meditationBackgroundImage ?: ""
val mediaUrl = module.mediaUrl
......
......@@ -12,7 +12,7 @@ class MeditationPlayModuleBean : HomeItemBaseBean {
var mediaId:Long? = null
var title:String?=null
var dec:String?=null
var mditationBackgroundImage:String?=null
var meditationBackgroundImage:String?=null
var duration:Int=0
var coverImageUrlIcon:String = ""
var uid:Int = 0
......
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