搜索

首页  >  问答  >  正文

分页后第一页可以显示,第二页报错

[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'}

   ; 

        {$j}; 

       <td>{$see.shop}</td> 

        {$see.tradeno}; 

{$see.fee}元 

        <td>{$see.code}</td> 

        {$see.result}; 

<td>{$see.time_end}</td> 

    </tr> 

{/volist}

 


{$res|raw}


梁恒祥梁恒祥2324 天前1267

全部回复(2)我来回复

  • 无忌哥哥

    无忌哥哥2018-07-04 11:46:18

    找到216行的  $data ,看看这个$data是哪里来的

    回复
    0
  • 梁恒祥

    谢谢 以解决,不清楚什么原因,按照老师写的代码就是执行不过,

    梁恒祥 · 2018-07-06 09:00:26
  • 取消回复