Commit 73b49ae9 by 赵庆

gsb

parent 893cc6eb
......@@ -1149,8 +1149,8 @@ class LaoActionApi extends APIBase {
if (user_info.status == -1) {
data.user_id = null;
} else {
if (user_info.count > 0) {
data.user_id = user_info.rows[0].id;
if (user_info.data.count > 0) {
data.user_id = user_info.data.rows[0].id;
} else {
data.user_id = null;
}
......
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