Commit aa9588ca authored by 黄奎's avatar 黄奎

11

parent 9d0ff674
...@@ -1123,7 +1123,7 @@ ...@@ -1123,7 +1123,7 @@
} }
//性别 //性别
if (tempObj.Sex && tempObj.Sex != '') { if (tempObj.Sex && tempObj.Sex != '') {
if (tempObj.Sex == 'M') { if (tempObj.Sex == 'M'||tempObj.Sex == '男') {
this.addMsg.Sex = "1"; this.addMsg.Sex = "1";
} else { } else {
this.addMsg.Sex = "2"; this.addMsg.Sex = "2";
......
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