Commit 48d0bf17 by 刘鹏

fix : home埋点

parent 3fefa00f
......@@ -9,7 +9,7 @@ ext {
"m-consultant" : "0.0.60.22",
"m-fm" : "0.0.30.08",
"m-user" : "0.0.62.04",
"m-home" : "0.0.23.47",
"m-home" : "0.0.23.48",
"m-im" : "0.0.21.35",
"m-dynamic" : "0.0.7.72",
"m-article" : "0.0.0.10",
......@@ -95,7 +95,7 @@ ext {
"m-consultant" : "0.0.60.22",
"m-fm" : "0.0.30.08",
"m-user" : "0.0.62.04",
"m-home" : "0.0.23.47",
"m-home" : "0.0.23.48",
"m-im" : "0.0.21.35",
"m-dynamic" : "0.0.7.72",
"m-article" : "0.0.0.8",
......
......@@ -379,6 +379,7 @@ class YdlHomeFragment : BaseMvpFragment<IHomeContract.View, HomePresenterImpl>()
super.onResume()
startTime=System.currentTimeMillis()
if (userVisibleHint) {
ActionCountUtils.count(HomeBIConstants.YDL_USER_MAIN_PAGE_VISIT)
if (isFromCreate) {
isFromCreate = false
mPresenter?.loadHomeData()
......@@ -389,7 +390,6 @@ class YdlHomeFragment : BaseMvpFragment<IHomeContract.View, HomePresenterImpl>()
}
mPresenter?.prepareCoupon(mActivity!!)
ActionCountUtils.count(HomeBIConstants.YDL_USER_MAIN_PAGE_VISIT)
//走咨询助理浮层展示逻辑,是否展示由内部条件与接口判断
showConsultAssistantDialog()
}
......
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