Explorar el Código

'补充未登录状态'

zhuchengjie hace 3 años
padre
commit
8e0a1d3b7a
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->uid || (isset($this->user_info) && !$this->send_order_id)){
+        if(!$this->uid || (isset($this->uid) && !$this->send_order_id)){
             $result = $this->getCheckBids($channel,$books);
             return response()->success($result);
         }