Commit a8032d68 by 王佳洋

1,修改昵称

2,修改简介开发中
parent 58b1ac72
...@@ -4,7 +4,7 @@ import com.ydl.ydlcommon.data.http.BaseCommand ...@@ -4,7 +4,7 @@ import com.ydl.ydlcommon.data.http.BaseCommand
data class UserModifyAuditRespDto( data class UserModifyAuditRespDto(
val auditReason: String?, // 审核原因 val auditReason: String?, // 审核原因
val auditStatus: Int, // 审核状态 1待审核,2审核失败,3已审核 val auditStatus: Int, // 审核状态 1审核中,2审核失败,3已审核
val auditTime: String?, // 审核时间 val auditTime: String?, // 审核时间
val auditor: String?, // 审核人 val auditor: String?, // 审核人
val auditorId: String?, // 审核人id val auditorId: String?, // 审核人id
......
...@@ -340,7 +340,7 @@ public class PersonalInfoActivity extends BaseActivity implements View.OnClickLi ...@@ -340,7 +340,7 @@ public class PersonalInfoActivity extends BaseActivity implements View.OnClickLi
}); });
builderm.create().show(); builderm.create().show();
} else if (id == R.id.jtv_jianjie) {//个人简介 } else if (id == R.id.jtv_jianjie) {//个人简介
Intent intent1 = new Intent(this, PersonalDesActivity.class); Intent intent1 = new Intent(this, ModifyInfoActivity.class);
startActivity(intent1); startActivity(intent1);
} }
} }
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
android:background="@drawable/bg_corner_8_white" android:background="@drawable/bg_corner_8_white"
android:paddingStart="10dp" android:paddingStart="10dp"
android:paddingTop="15dp" android:paddingTop="15dp"
android:textColor="@color/color_1C1F28"
android:paddingBottom="15dp" android:paddingBottom="15dp"
android:singleLine="true" /> android:singleLine="true" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment