feat: 修正房间聊天框中文显示不全问题

This commit is contained in:
edwinQQQ
2024-12-31 18:47:48 +08:00
parent 81a0094dbf
commit 54cc9ebde3
15 changed files with 78 additions and 40 deletions

View File

@@ -47,7 +47,7 @@
complete:(void(^)(void))complete {
NSInteger height = kGetScaleWidth(110);
NSInteger y = kStatusBarHeight;
NSInteger y = kStatusBarHeight + 60;
GiftReceiveInfoModel *giftNotifyInfo = [GiftReceiveInfoModel modelWithJSON:attachment.data];