@@ -36,8 +36,8 @@ import java.util.HashMap; | |||
*/ | |||
public class RealUserAuthenticationActivity extends AppActivity { | |||
private String imgUrl1; | |||
private String imgUrl2; | |||
private String imgUrl1 = ""; | |||
private String imgUrl2 = ""; | |||
private String gender; | |||
private ActivityRealUserAuthenticationBinding binding; | |||
@@ -65,7 +65,7 @@ public class AuditingStep2Activity extends AppActivity { | |||
MyRetrofit.newInstance(IFCode.IFCODE_AUDITING,params, new MyRetrofit.ReturnResult(){ | |||
@Override | |||
public void onSuccess(ResultBean resultBean, ResultBean.BizContent bizContent) { | |||
toast("success"); | |||
toast("审核完成"); | |||
LiveEventBus.get("homeOneUpdateData").post(""); | |||
finish(); | |||
} |
@@ -269,7 +269,7 @@ public final class ImageSelectActivity extends AppActivity | |||
postDelayed(() -> { | |||
// 重新加载图片列表 | |||
ThreadPoolManager.getInstance().execute(ImageSelectActivity.this); | |||
}, 1000); | |||
}, 300); | |||
} | |||
@Override |
@@ -210,6 +210,7 @@ | |||
android:layout_height="wrap_content" | |||
android:layout_marginTop="@dimen/dp_20" | |||
android:text="实名认证" | |||
android:visibility="visible" | |||
android:id="@+id/tv_smrz" | |||
android:gravity="center_horizontal" | |||
style="@style/greenTextStyle15"/> |