Commit cd1b3800 by 万齐军

feat: bug fix

parent 4fabe375
......@@ -5,7 +5,7 @@ ext {
ydlPublishVersion = [
// -------------- 业务模块 --------------
//第三步 若干
"m-confide" : "0.0.49.86",
"m-confide" : "0.0.49.88",
"m-consultant" : "0.0.60.27",
"m-fm" : "0.0.30.09",
"m-user" : "0.0.62.18",
......@@ -90,7 +90,7 @@ ext {
// -------------- 业务模块 --------------
//第三步 若干
"m-confide" : "0.0.49.86",
"m-confide" : "0.0.49.88",
"m-consultant" : "0.0.60.27",
"m-fm" : "0.0.30.09",
"m-user" : "0.0.62.18",
......
......@@ -472,7 +472,7 @@ class ConfideHomeActivity : BaseLceActivity<IConfideHomeContract.View,IConfideHo
// }
mConfideAdapter!!.notifyDataSetChanged()
if (!bean.body.isNullOrEmpty()) {
listenFree = true//bean.body[0].listenFree ?: false
listenFree = bean.body[0].listenFree ?: false
handleFree()
}
}
......
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