fix [个人主页身高标签,身高有误]
This commit is contained in:
parent
99bbffed21
commit
1d0500128b
@ -332,7 +332,7 @@ public class PDLiveConversationActivity extends AbsActivity implements View.OnCl
|
||||
tags.add(userInfoBean.getInfo().getCareer());
|
||||
}
|
||||
if (!StringUtil.isEmpty(userInfoBean.getInfo().getHeight()) && !userInfoBean.getInfo().getHeight().equals("0")) {
|
||||
tags.add(userInfoBean.getInfo().getHeight());
|
||||
tags.add(userInfoBean.getInfo().getHeight()+"cm");
|
||||
}
|
||||
List<String> t;
|
||||
if (WordUtil.isNewZh()) {
|
||||
|
Loading…
Reference in New Issue
Block a user