[8] Pay.php 第 216 行中的 ErrorException
未定义数据库索引:data
$data = Request::get();
$one=日期('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);
<输入类型=“隐藏”值=“{$j=0}”/>
{volist name='res' id='see'}
<td>{$see.shop}</td>
<td>{$see.code}</td>
<td>{$see.time_end}</td>
</tr>
{/volist}
表>
{$res|raw}
找到216行的 $data ,看看这个$data是哪里来的