admin
2021-05-17 06a80d5c4b3a971cdc1ca3d91717ec3f6e03a443
app/src/main/java/com/tejia/lijin/app/ui/pddSpecial/PddSpecialFrangment.java
@@ -145,7 +145,7 @@
                    if (last == total - 1 && mList.size() < count && isLoad) {
                        page++;
                        isLoad = false;
                        mPresenter.getGoodsInfo(page + "", mBundle.getString("id"), bottom, tv_loading, "正在加载更多数据");
                        mPresenter.getGoodsInfo(page + "", mBundle.getString("id"), bottom, tv_loading,  getResources().getString(R.string.loading_more_text));
                    }
                } else {
                    iv_slid_top.setVisibility(View.GONE);