Browse Source

'补充未登录状态'

zhuchengjie 3 years ago
parent
commit
a2d06d7d4a
1 changed files with 1 additions and 2 deletions
  1. 1 2
      app/Http/Controllers/QuickApp/Book/BookController.php

+ 1 - 2
app/Http/Controllers/QuickApp/Book/BookController.php

@@ -189,8 +189,7 @@ class BookController extends BaseController
             return $item;
         });
         $user = $qapp_user = (new QappUserService)->getGolableUser();
-        dd($user);
-        if(!$this->uid || (isset($this->uid) && !$this->send_order_id)){
+        if(!$user || !$this->user_info || (isset($this->uid) && !$this->send_order_id)){
             $result = $this->getCheckBids($channel,$books);
             return response()->success($result);
         }