[8] ErrorException in Pay.php line 216
未定义数组索引: data
$data = Request::get();
$one=date('Ymd', strtotime($data['data']));
$two=date('Ymd', strtotime($data['dataonly']));
$res=Db::table('hypost')->where('time_end','like',['%'.$one.'%','%'.$two.'%'],'OR') ->where('shop',$shopname) ->paginate(10);
$this->assign('res',$res);
{volist name='res' id='see'}
{/volist}
{$res|raw}
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
找到216行的 $data ,看看这个$data是哪里来的