admin
2020-07-14 41b23417cd62af3cd77b695a2b03446243431fc1
MDShopping/src/main/java/com/yeshi/ec/rebate/myapplication/presenter/JdSpeciaFgPresenter.java
@@ -225,7 +225,7 @@
        if (mList.size() >= count) { //下拉数据请求完 到底了
            bottom.setVisibility(View.VISIBLE);
            iv_loading.setVisibility(View.GONE);
            tv_loading.setText("-到底了*^_^*-");
            tv_loading.setText(mContext.getResources().getString(R.string.list_no_more));
        } else {  //下拉还有数据时
            bottom.setVisibility(View.GONE);
        }