fetch()无参数出错,加参数正常
namespace app\index\controller;
use think\Controller;
class Index extends Controller
{
public function index()
{
return $this->fetch();
}
}
[0] ThrowableError in Index.php line 10
致命错误: Call to undefined method app\index\controller\Index::view()