版本53/1.0.6.4

This commit is contained in:
2025-11-20 10:34:34 +08:00
parent e9e50c1b65
commit cc2ed4f219
3 changed files with 9 additions and 4 deletions

View File

@@ -117,8 +117,12 @@ public class RoomGiftDialogFragment extends BaseMvpDialogFragment<RewardGiftPres
roomId = getArguments().getString("roomId");
jingp = getArguments().getInt("jingp");
heart_id = getArguments().getString("heart_id");
LogUtils.e("RoomGiftDialogFragment_roomInfoResp",roomInfoResp.toString());
LogUtils.e("RoomGiftDialogFragment_userInfo",userInfo.toString());
if (roomInfoResp != null) {
LogUtils.e("RoomGiftDialogFragment_roomInfoResp", roomInfoResp.toString());
}
if (userInfo != null) {
LogUtils.e("RoomGiftDialogFragment_userInfo", userInfo.toString());
}
}