f3b12c27 by yangjianbin

init

1 parent 3a9d3718
...@@ -13,9 +13,9 @@ class CheckLogin ...@@ -13,9 +13,9 @@ class CheckLogin
13 public function check() 13 public function check()
14 { 14 {
15 $session = $this->CI->session; 15 $session = $this->CI->session;
16 if (!$session->products) { 16 // if (!$session->products) {
17 $session->products = $this->getProduct(); 17 $session->products = $this->getProduct();
18 } 18 // }
19 if (!$session->orderStatus) { 19 if (!$session->orderStatus) {
20 $session->orderStatus = $this->getOrderStatus(); 20 $session->orderStatus = $this->getOrderStatus();
21 } 21 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!