| | |
| | | private TextView tv_reward_today, tv_reward_yestoday, tv_reward_current_month, tv_reward_last_month; |
| | | private TextView tv_share_estimate_reward, tv_fanli_reward; |
| | | |
| | | private LinearLayout ll_count, ll_share_and_selection; |
| | | private LinearLayout ll_count; |
| | | private RelativeLayout ll_title_face; |
| | | private LinearLayout ll_title; |
| | | private ScListerScrollView sv_mine; |
| | |
| | | tv_mine_login = contentView.findViewById(R.id.tv_mine_login); |
| | | |
| | | ll_count = contentView.findViewById(R.id.ll_count); |
| | | ll_share_and_selection = contentView.findViewById(R.id.ll_share_and_selection); |
| | | tv_balance = contentView.findViewById(R.id.tv_balance); |
| | | ll_title_face = contentView.findViewById(R.id.ll_title_face); |
| | | ll_title = contentView.findViewById(R.id.ll_title); |
| | |
| | | } |
| | | |
| | | private void noLogin() { |
| | | ll_share_and_selection.setVisibility(View.GONE); |
| | | tv_user_numlayout.setVisibility(View.GONE); |
| | | tv_user_num.setVisibility(View.GONE); |
| | | ll_nick_name_vip.setVisibility(View.GONE); |
| | | tv_nickName.setVisibility(View.GONE); |
| | | tv_mine_login.setVisibility(View.VISIBLE); |
| | | tv_mine_login.setText("登录领返利"); |
| | | tv_mine_login.setText("登录"); |
| | | tv_user_num.setText(""); |
| | | // tv_mine_invite.setText("邀请激活"); |
| | | String balance = "¥ 0.00"; |
| | |
| | | |
| | | |
| | | ll_count.setVisibility(View.VISIBLE); |
| | | |
| | | ll_share_and_selection.setVisibility(moduleState.optInt("noShareRecordAndStorage") |
| | | == 0 ? View.VISIBLE : View.GONE); |
| | | |
| | | |
| | | redPackLock = data.optInt("redPackLock");// 红包功能关闭开启 |