1:我的页面展示身价

This commit is contained in:
2025-12-02 14:41:21 +08:00
parent 4d2c1a5ace
commit 7bf2297750
2 changed files with 3 additions and 1 deletions

View File

@@ -327,6 +327,8 @@ public class VocalRangeFragment extends BaseMvpFragment<MePresenter, FragmentVoc
mBinding.imBeautiful.setVisibility(View.GONE); mBinding.imBeautiful.setVisibility(View.GONE);
} }
mBinding.tvWorth.setText(data.getMarket_value() + "");
if (data.getAuth() == 1) { if (data.getAuth() == 1) {
SpUtil.setRealName(true); SpUtil.setRealName(true);
} else { } else {

View File

@@ -632,7 +632,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center" android:layout_gravity="center"
android:fontFamily="@font/semibold" android:fontFamily="@font/semibold"
android:text="0" android:text="1"
android:textColor="#222222" android:textColor="#222222"
android:textSize="@dimen/sp_20" /> android:textSize="@dimen/sp_20" />