Commit 7c52aa5c by 徐健

用户信息收集主题数据上传错误修复

parent 2ecece76
ext { ext {
kotlin_version = "1.3.21" kotlin_version = "1.3.21"
dev_mode = true dev_mode = false
ydl_app = [ ydl_app = [
appName : "心理咨询壹点灵", appName : "心理咨询壹点灵",
...@@ -45,7 +45,7 @@ ext { ...@@ -45,7 +45,7 @@ ext {
"m-confide" : "0.0.48.6", "m-confide" : "0.0.48.6",
"m-consultant" : "0.0.57.4", "m-consultant" : "0.0.57.4",
"m-fm" : "0.0.29.3", "m-fm" : "0.0.29.3",
"m-user" : "0.0.59.8", "m-user" : "0.0.59.14",
"m-home" : "0.0.19.1", "m-home" : "0.0.19.1",
"m-im" : "0.0.16.0", "m-im" : "0.0.16.0",
"m-dynamic" : "0.0.6.1", "m-dynamic" : "0.0.6.1",
......
...@@ -164,7 +164,7 @@ class CollectFocusActivity : BaseActivity() { ...@@ -164,7 +164,7 @@ class CollectFocusActivity : BaseActivity() {
calculateSelectedNumber(mList[index + 1].isFocus) calculateSelectedNumber(mList[index + 1].isFocus)
ActionCountUtils.count( ActionCountUtils.count(
UserBIConstants.COLLECT_TOPIC_PAGE + "|" + UserBIConstants.COLLECT_TOPIC_CLICK, UserBIConstants.COLLECT_TOPIC_PAGE + "|" + UserBIConstants.COLLECT_TOPIC_CLICK,
item.cateName mList[index + 1].cateName
) )
} }
ll.addView(rightItem) ll.addView(rightItem)
......
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