签约 刷新数据

This commit is contained in:
2025-12-01 15:26:57 +08:00
parent 18c3f494a3
commit 49e345db2c
2 changed files with 1 additions and 2 deletions

View File

@@ -1809,7 +1809,7 @@ class RoomActivity : BaseMvpActivity<RoomPresenter?, ActivityRoomBinding?>(),
RoomType.SIGN_CONTRACT -> {
mRoomInfoResp?.room_info?.pit_list!![pitNumber.toInt() - 1] =
getPitBean(messageEvent, 1)
roomFragment?.upRoomInfo(mRoomInfoResp)
roomFragment?.upRoomInfoData(mRoomInfoResp)
mBinding!!.rlMore.visibility = View.GONE
mBinding!!.rlMisc.visibility = View.GONE
roomFragment?.handleRoomMessage(messageEvent)

View File

@@ -117,7 +117,6 @@ class RoomMentorShipFragment(var mRoomInfo: RoomInfoResp?) :
}
}
view.isMentorShip(true)
LogUtils.e("for_info", "bean:${bean}")
view.setData(bean)
view.setOnClickListener { v ->
if (ClickUtils.isFastDoubleClick(v)) {