Jelajahi Sumber

'补充未登录状态'

zhuchengjie 3 tahun lalu
induk
melakukan
e2b65bc823
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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;
             return $item;
         });
         });
 
 
-        if(!$this->user_info || (isset($this->user_info) && !$this->send_order_id)){
+        if(!$this->uid || (isset($this->user_info) && !$this->send_order_id)){
             $result = $this->getCheckBids($channel,$books);
             $result = $this->getCheckBids($channel,$books);
             return response()->success($result);
             return response()->success($result);
         }
         }