fix:【光环助手】神策埋点游戏单搜索结果点击事件游戏单标题的内容错误 https://jira.shanqu.cc/browse/GHZSCY-6944
This commit is contained in:
@ -9,6 +9,7 @@ import com.gh.gamecenter.common.baselist.LoadStatus
|
||||
import com.gh.gamecenter.common.exposure.ExposureSource
|
||||
import com.gh.gamecenter.common.retrofit.BiResponse
|
||||
import com.gh.gamecenter.common.utils.SensorsBridge
|
||||
import com.gh.gamecenter.common.utils.clearHtmlFormatCompletely
|
||||
import com.gh.gamecenter.common.utils.singleToMain
|
||||
import com.gh.gamecenter.home.custom.model.CustomPageData
|
||||
import com.gh.gamecenter.livedata.Event
|
||||
@ -141,7 +142,7 @@ class SearchGameListViewModel : ViewModel() {
|
||||
SearchActivity.toTrackSearchType(type),
|
||||
location,
|
||||
collection.id,
|
||||
collection.title
|
||||
collection.title.clearHtmlFormatCompletely()
|
||||
)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user