埋点配置

This commit is contained in:
18401019693 2023-08-29 13:35:38 +08:00
parent 1a58311e26
commit 33930f3e32

View File

@ -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()));