+
+ 昵称:
+ {
+ setNickname(e.target.value);
+ }}
+ style={{ width: 160 }}
+ placeholder="请输入昵称"
+ />
+
+
+ 邮箱:
+ {
+ setEmail(e.target.value);
+ }}
+ style={{ width: 160 }}
+ placeholder="请输入邮箱"
+ />
+
+
+ 身份证号:
+ {
+ setIdCard(e.target.value);
+ }}
+ style={{ width: 160 }}
+ placeholder="请输入身份证号"
+ />
+
+
+
+
+
+