Commit 40c6c7c1 authored by maxiaoliang's avatar maxiaoliang

修改上报事件key

parent 41938aa6
...@@ -58,7 +58,7 @@ class HomeQyBannerAdapter : PagerAdapter { ...@@ -58,7 +58,7 @@ class HomeQyBannerAdapter : PagerAdapter {
var mJgqQyAdapter = JgqQyAdapter(mActivity, var mJgqQyAdapter = JgqQyAdapter(mActivity,
OnRecycleItemClickListener<JgqQyEntity> { view, position, data -> OnRecycleItemClickListener<JgqQyEntity> { view, position, data ->
EventUtils.onEvent("gird_click",""+data.sort) EventUtils.onEvent("gird_click",""+data.brand)
if (TextUtils.equals(data.rechargeType, "51")) { if (TextUtils.equals(data.rechargeType, "51")) {
JumpUtils.CardVoucherJump(data.brand) JumpUtils.CardVoucherJump(data.brand)
} else if (TextUtils.equals(data.rechargeType, "1")) { } else if (TextUtils.equals(data.rechargeType, "1")) {
......
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