|
|
@@ -297,7 +297,7 @@ class UserInfoActivity : BaseActivity<UserInfoVM>() {
|
|
|
tvFollowCount.text = NumString.convertIntLive(user.followNum?.toLong() ?: 0L)
|
|
|
tvFansCount.text = NumString.convertIntLive(user.fanNum?.toLong() ?: 0L)
|
|
|
userCopy.setOnClickListener {
|
|
|
- if (ComponentUtil.copyStr(this, user.prettyId.toString())) {
|
|
|
+ if (ComponentUtil.copyStr(this, user.userId.toString())) {
|
|
|
toast("复制成功")
|
|
|
}
|
|
|
}
|