Commit 2c6edec0 by zhaoxiqing

gsb

parent d757c362
...@@ -599,10 +599,12 @@ class LaoActionApi extends APIBase { ...@@ -599,10 +599,12 @@ class LaoActionApi extends APIBase {
temp_info.data.rows[i].phone_no = userinfo.phone_no; temp_info.data.rows[i].phone_no = userinfo.phone_no;
temp_info.data.rows[i].user_name = userinfo.user_name; temp_info.data.rows[i].user_name = userinfo.user_name;
temp_info.data.rows[i].id_card = userinfo.id_card; temp_info.data.rows[i].id_card = userinfo.id_card;
temp_info.data.rows[i].information = userinfo.information;
} else { } else {
temp_info.data.rows[i].phone_no = ""; temp_info.data.rows[i].phone_no = "";
temp_info.data.rows[i].user_name = ""; temp_info.data.rows[i].user_name = "";
temp_info.data.rows[i].id_card = ""; temp_info.data.rows[i].id_card = "";
temp_info.data.rows[i].information = "";
} }
// userId=5&ecid=495 // userId=5&ecid=495
......
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