This commit is contained in:
2025-11-28 19:04:18 +08:00
parent 847c768e4d
commit 94a55bafea
19 changed files with 782 additions and 103 deletions

View File

@@ -74,7 +74,7 @@ class RoomMentorShipWheatView : BaseWheatView {
hostTv?.text = bean.nickname
} else {
mTvName.visibility = VISIBLE
mCharmView.visibility = INVISIBLE
mCharmView.visibility = GONE
hostTv?.visibility = GONE
}
}