admin
2021-05-28 98cc34dbca6d6218ec5e72baffda2d3a1dd72a55
app/src/main/java/com/tejia/lijin/app/ui/trends/Trends2Fragmet.java
@@ -107,9 +107,6 @@
        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();
@@ -147,7 +144,7 @@
            @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
@@ -244,7 +241,7 @@
                        page++;
                        isLoad = false;
                        iv_loading.setVisibility(View.VISIBLE);
                        tv_loading.setText("正在加载更多数据");
                        tv_loading.setText(getResources().getString(R.string.loading_more_text));
                        getTrendsList();
                    }
                }