f3b12c27 by yangjianbin

init

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