mirror of
https://github.com/201206030/novel-plus.git
synced 2025-07-02 15:36:40 +00:00
修复性别修改问题
This commit is contained in:
@ -59,7 +59,7 @@
|
||||
dataType: "json",
|
||||
success: function (data) {
|
||||
if (data.code == 200) {
|
||||
if(data.data.userSex === 0){
|
||||
if(data.data.userSex === '0'){
|
||||
$("input[name=sex]").eq(0).attr("checked",true);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user