1:修改礼物墙获取数据位置

This commit is contained in:
2025-12-07 16:39:23 +08:00
parent aeac7a9735
commit 0aa5d93571

View File

@@ -31,6 +31,12 @@ public class GiftWallActivity extends BaseMvpActivity<GiftWallPresenter, Activit
mBinding.topBar.setColor(getResources().getColor(R.color.white));
userId=getIntent().getIntExtra("userId",0);
}
@Override
protected void onStart() {
super.onStart();
MvpPre.giftWall(userId+"");
}