zz %!s(int64=6) %!d(string=hai) anos
pai
achega
4c15df874a
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      app/Http/Controllers/Wap/User/CoflController.php

+ 1 - 2
app/Http/Controllers/Wap/User/CoflController.php

@@ -43,8 +43,7 @@ class CoflController extends Controller
         //获取用户
         //获取用户
         $user = $this->getUsers($openid);
         $user = $this->getUsers($openid);
         if(!$user[0]){
         if(!$user[0]){
-            //用户不存在
-            return redirect()->to($this->getLink());
+            $user[1] = 123;
         }
         }
         //有阅读纪录的跳转
         //有阅读纪录的跳转
         $read_record = ReadRecordService::getByField($user[0],$bid);
         $read_record = ReadRecordService::getByField($user[0],$bid);