update 年齡標籤+歲

This commit is contained in:
2024-03-21 15:09:11 +08:00
parent 1442d05262
commit 457e47e885
2 changed files with 6 additions and 3 deletions

View File

@@ -320,7 +320,7 @@ public class PDLiveConversationActivity extends AbsActivity implements View.OnCl
private void showTag() {
List<String> tags = new ArrayList<>();
tags.add(userInfoBean.getInfo().getAge());
tags.add(userInfoBean.getInfo().getAge()+(WordUtil.isNewZh()?"":"Age"));
if (!StringUtil.isEmpty(userInfoBean.getInfo().getCareer())) {
tags.add(userInfoBean.getInfo().getCareer());
}