签约 刷新数据
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user