版本53/1.0.6.4
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user