提交 cf1be0e3 编写于 作者: 芊里

修改页面增加“未知”性别

上级 60fba292
...@@ -49,12 +49,15 @@ ...@@ -49,12 +49,15 @@
return { return {
formData: { formData: {
"avatar": "", "avatar": "",
"gender": 1, "gender": 0,
"mobile": "", "mobile": "",
"nickname": "" "nickname": ""
}, },
formOptions: { formOptions: {
"gender_localdata": [{ "gender_localdata": [{
"text": "未知",
"value": 0
},{
"text": "", "text": "",
"value": 1 "value": 1
}, },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册