修改聊天闪退

This commit is contained in:
启星
2025-12-06 16:55:26 +08:00
parent 9f8a36544b
commit 16c8869961
12 changed files with 288 additions and 15 deletions

View File

@@ -420,6 +420,7 @@
}
self.nameLabel.text = userModel.nickname;
self.idLabel.text = [NSString stringWithFormat:@"ID:%@",userModel.user_code];
self.bodyPriceMoneyLabel.text = userModel.market_value;
UILabel *followLabel = [self viewWithTag:10];
UILabel *fansLabel = [self viewWithTag:11];
UILabel *lookLabel = [self viewWithTag:12];