public function getOrderListAction()
 {
     $this->objBase->getOrderListAction();
     //$type = $this->dispatcher->getParam('type', 'int', 1);
     //$this->assign('type', $type);
     //if ($type == 1) {
     //    //积分商品,积分订单
     //    $this->tag->prependTitle('积分订单');
     //    $whereArr[] = 'book_id<1'; //null | 0
     //    $this->view->pick('user/getCreditOrderList');
     //} else {
     //    //书刊商品,现金订单
     //    $this->tag->prependTitle('现金订单');
     //    $whereArr[] = 'book_id>0';
     //    $this->view->pick('user/getCashOrderList');
     //}
     //
     //$this->assign('order_list', self::$service->getUserOrderList($this->user->id, $whereArr, []));
 }
 public function getOrderListAction()
 {
     $this->objBase->getOrderListAction();
 }