| | |
| | | iv_close = contentView.findViewById(R.id.iv_close); |
| | | tv_no_data_hint = contentView.findViewById(R.id.tv_no_data_hint); |
| | | iv_no_data = contentView.findViewById(R.id.iv_no_data); |
| | | tv_no_data_hint.setText("哎呀,最近没有什么活动哦~"); |
| | | iv_no_data.setImageDrawable(null); |
| | | iv_no_data.setBackground(getActivity().getResources().getDrawable(R.drawable.iv_no_doings)); |
| | | /**小黄条*/ |
| | | // getAppPageNotification(); |
| | | |
| | |
| | | |
| | | @Override |
| | | public void onCopyClick(int position) { |
| | | if (LoginAndInviteStatusUtil.acessNext(getContext(), "" + UserUtil.getUid(getContext()), true)) { |
| | | if (LoginAndInviteStatusUtil.acessNext(getContext(), UserUtil.getUid(getContext()), true)) { |
| | | //复制 |
| | | ShoppingApi.copySpecialComment(getContext(), UserUtil.getUid(getContext()), mList.get(position).getId(), new BasicTextHttpResponseHandler() { |
| | | @Override |
| | |
| | | page++; |
| | | isLoad = false; |
| | | iv_loading.setVisibility(View.VISIBLE); |
| | | tv_loading.setText("正在加载更多数据"); |
| | | tv_loading.setText(getResources().getString(R.string.loading_more_text)); |
| | | getTrendsList(); |
| | | } |
| | | } |