Commit 1dd1d24d authored by wxl's avatar wxl

no message

parent e7d568ac
...@@ -76,7 +76,7 @@ class Users extends Common ...@@ -76,7 +76,7 @@ class Users extends Common
$status=1; $status=1;
} }
$data['is_guanzhu']=$status; $data['is_guanzhu']=$status;
$member=Db::name('member')->where(['id'=>$this->uid])->cache(_cache('db'))->find(); $member=Db::name('member')->where(['id'=>$this->uid])->find();
$this->success(['data'=>$article,'favorite'=>$favorite,'info'=>$data,'member'=>$member]); $this->success(['data'=>$article,'favorite'=>$favorite,'info'=>$data,'member'=>$member]);
} }
//用户签名 //用户签名
......
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