Commit 9549499a authored by agping's avatar agping

xiugai

parent 3224f5bd
<?php
namespace app\index\controller;
/**
* Created by PhpStorm.
* User: liu yin ping
* Date: 2018/11/12
* Time: 15:48
*/
use app\index\extend\Basic;
class PkList extends Basic
{
public function PkList()
{
if (!$this->request->isAjax()) {
return view('pkList/pkListCon');
}
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment