Browse Source

Merge branch 'zhucj' of iqiyoo:zhuishuyun_wap into zhucj

onlinetest 3 năm trước cách đây
mục cha
commit
1973d1efc7

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

@@ -188,7 +188,7 @@ class BookController extends BaseController
             return $item;
             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);
             $result = $this->getCheckBids($channel,$books);
             return response()->success($result);
             return response()->success($result);
         }
         }