6.5.4礼物冠名

This commit is contained in:
18401019693
2023-08-16 16:23:28 +08:00
parent 60ce5572cf
commit 9bce235817
4 changed files with 19 additions and 10 deletions

View File

@@ -23,6 +23,9 @@ public class GiftWallGiftDetail extends BaseModel {
}
public String getUserNicename() {
if (userNicename.length() > 5) {
userNicename = userNicename.substring(0, 5) + "...";
}
return userNicename;
}