Explorar el Código

'补充未登录状态'

zhuchengjie hace 3 años
padre
commit
d6a0d7daa7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Http/Controllers/QuickApp/Book/BookController.php

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

@@ -188,7 +188,7 @@ class BookController extends BaseController
             return $item;
         });
 
-        if(!$this->send_order_id){
+        if(!$this->user_info || (isset($this->user_info) && !$this->send_order_id)){
             $result = $this->getCheckBids($channel,$books);
             return response()->success($result);
         }