1.首页充值

This commit is contained in:
qyy
2025-10-15 10:07:02 +08:00
committed by 梁小江
parent 99bc57a2f0
commit e7b1ab75df
20 changed files with 269 additions and 54 deletions

View File

@@ -971,7 +971,7 @@ class RoomActivity : BaseMvpActivity<RoomPresenter?, ActivityRoomBinding?>(),
ThreadUtils.runOnUiThreadDelayed({
val fragment = RechargeDialogFragment.show(
roomId, null,
supportFragmentManager
supportFragmentManager,"",""
)
if (fragment != null) {
addActiveDialogFragment(fragment) // 添加到管理列表
@@ -1008,7 +1008,7 @@ class RoomActivity : BaseMvpActivity<RoomPresenter?, ActivityRoomBinding?>(),
ThreadUtils.runOnUiThreadDelayed({
val fragment = RechargeDialogFragment.show(
roomId, null,
supportFragmentManager
supportFragmentManager,"",""
)
if (fragment != null) {
addActiveDialogFragment(fragment) // 添加到管理列表

View File

@@ -391,7 +391,7 @@ public class RoomGiftDialogFragment extends BaseMvpDialogFragment<RewardGiftPres
giveGift(giftNumber);
}
} else if (view1.getId() == R.id.cz) {
RechargeDialogFragment.show(roomId, null, getActivity().getSupportFragmentManager());
RechargeDialogFragment.show(roomId, null, getActivity().getSupportFragmentManager(),"","");
} else if (view1.getId() == R.id.tv_all_wheat) {//全麦
if (all) {
gifyuseradapter.allElection(false);