Эх сурвалжийг харах

feat: 房间个人卡片暂时屏蔽礼物按钮

陈文艺 1 долоо хоног өмнө
parent
commit
dd615a7346

+ 6 - 5
Lanu/Views/Room/Profile/LNRoomProfileBottomMenu.swift

@@ -76,12 +76,13 @@ class LNRoomProfileBottomMenu: UIView {
             pushToChat(uid: curUid)
         }), for: .touchUpInside)
         stackView.addArrangedSubview(chat)
-        addSeperator(chat)
         
-        gift.setTitle(.init(key: "A00336"), for: .normal)
-        gift.setTitleColor(.text_6, for: .normal)
-        gift.titleLabel?.font = .body_l
-        stackView.addArrangedSubview(gift)
+//        addSeperator(chat)
+//        
+//        gift.setTitle(.init(key: "A00336"), for: .normal)
+//        gift.setTitleColor(.text_6, for: .normal)
+//        gift.titleLabel?.font = .body_l
+//        stackView.addArrangedSubview(gift)
         
         LNEventDeliver.addObserver(self)
     }