1:我的页面展示身价
This commit is contained in:
@@ -327,6 +327,8 @@ public class VocalRangeFragment extends BaseMvpFragment<MePresenter, FragmentVoc
|
||||
mBinding.imBeautiful.setVisibility(View.GONE);
|
||||
}
|
||||
|
||||
mBinding.tvWorth.setText(data.getMarket_value() + "");
|
||||
|
||||
if (data.getAuth() == 1) {
|
||||
SpUtil.setRealName(true);
|
||||
} else {
|
||||
|
||||
@@ -632,7 +632,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:fontFamily="@font/semibold"
|
||||
android:text="0"
|
||||
android:text="1"
|
||||
android:textColor="#222222"
|
||||
android:textSize="@dimen/sp_20" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user