@@ -96,7 +96,7 @@ class Appcomment extends Backend
//task任务
//好评有礼
- $task_rs = \app\common\model\TaskLog::tofinish($this->auth->id,17);
+ $task_rs = \app\common\model\TaskLog::tofinish($info['user_id'],17);
if($task_rs === false){
Db::rollback();
$this->error('完成任务失败');
@@ -114,6 +114,8 @@ class Usercenter extends Api
//活跃,在线
$userinfo['active_info'] = $this->user_activeinfo($uid);
+ //装扮
+ $userheader = "";
// 获取用户头像框信息
$map = [
'a.user_id' => $uid,
@@ -204,6 +206,8 @@ class Usercenter extends Api