1:修改拍卖房魅力清除

2:修改发现等待
This commit is contained in:
2025-09-24 17:16:05 +08:00
parent 407b21c33f
commit ea82b59b0a
7 changed files with 24 additions and 18 deletions

View File

@@ -249,7 +249,7 @@ public class DynamicDetailActivity extends BaseMvpActivity<CirclePresenter, Acti
if (type == 1){
finish();
}else {
MvpPre.topicId(zone_id, 2);
// MvpPre.topicId(zone_id, 2);
}
// finish();
}

View File

@@ -244,7 +244,7 @@ public class CircleCategoryFragment extends BaseMvpFragment<CirclePresenter, Fra
@Override
public void setLikeZone(int type) {
MvpPre.getCircleList(page + "", "10");
// MvpPre.getCircleList(page + "", "10");
}
@Override