埋点配置
This commit is contained in:
parent
1a58311e26
commit
33930f3e32
@ -268,8 +268,7 @@ public class LiveGameDialogFragment extends AbsDialogFragment {
|
||||
break;
|
||||
case "幸运天使":
|
||||
MobclickAgent.onEvent(mContext, "angel_index", "进入幸运天使页面");
|
||||
break;
|
||||
}
|
||||
break; }
|
||||
if (model != null) {
|
||||
if (!StringUtil.isEmpty(model.getBgColor()) && !"#".equals(model.getBgColor())) {
|
||||
tabLayout.setBackgroundColor(Color.parseColor(model.getBgColor()));
|
||||
|
Loading…
Reference in New Issue
Block a user