Commit 416a6796 by 陈超

T

parent 0688d1ef
......@@ -311,7 +311,11 @@
saveInfo: function() {
$.post(U('home/User/saveUser'), {
uname: this.currentNickName
uname: this.currentNickName,
sex: this.currentGender == "男" ? 1 : 2,
province: '四川省',
city: "成都市",
area: "高新区"
}, function(data) {
if (data.status) {
ui.success('基本信息更改成功')
......
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