签约 充值

This commit is contained in:
2025-12-04 10:19:57 +08:00
parent 23a07562b7
commit ea188cde92
3 changed files with 40 additions and 8 deletions

View File

@@ -421,8 +421,9 @@ class RoomMentorShipFragment(var mRoomInfo: RoomInfoResp?) :
if (dialogMentorShip == null) {
dialogMentorShip = DialogMentorShip(ActivityUtils.getTopActivity())
}
ActivityUtils.getTopActivity()
dialogMentorShip?.setClickable(true)
dialogMentorShip?.show(list, mSignPitBean, walletBean,
dialogMentorShip?.show(mRoomId,list, mSignPitBean, walletBean,
object : DialogMentorShip.OnItemClickListener {
override fun onItemClick(coin: String) {
dialogMentorShip?.setClickable(false)