login_white = array();//登录白名单 $this->check_status = array();//用户状态校验 $this->check_mobile = array();//需要手机号 $this->check_headimg = array();//授权微信信息 $this->load->model('receiver/order/receiver_order_deliverys_model','order_deliverys_model'); } protected function get(){ $data['info'] = $this->order_deliverys_model->get_cdata(); $data['tool'] = $this->order_deliverys_model->get_cdata(1); return $data; } }