Commit b425ba85 by 李洋

1、fix list condition bug

parent 904437e4
...@@ -174,15 +174,15 @@ ...@@ -174,15 +174,15 @@
</tbody> </tbody>
</table> </table>
{!! $info->links() !!} {{--{!! $info->links() !!}--}}
{{--->appends([--}} {{$info->appends([
{{--'search_id'=>$search_id,--}} 'search_id'=>$search_id,
{{--'search_user'=>$search_user,--}} 'search_user'=>$search_user,
{{--'search_sendtime_start'=>$search_sendtime_start,--}} 'search_sendtime_start'=>$search_sendtime_start,
{{--'search_sendtime_end'=>$search_sendtime_end,--}} 'search_sendtime_end'=>$search_sendtime_end,
{{--'search_channel'=>$search_channel,--}} 'search_channel'=>$search_channel,
{{--'search_status'=>$search_status,--}} 'search_status'=>$search_status,
{{--])->links() !!}--}} ])->links() }}
</div> </div>
</div> </div>
<div class="row" id="my_list_paginate"></div> <div class="row" id="my_list_paginate"></div>
......
...@@ -95,7 +95,12 @@ ...@@ -95,7 +95,12 @@
</tbody> </tbody>
</table> </table>
{{--{!! $info->links() !!}--}} {{$info->appends([
'search_desc'=>$search_desc,
'search_channel'=>$search_channel,
'search_sendtime_start'=>$search_sendtime_start,
'search_sendtime_end'=>$search_sendtime_end,
])->links() }}
</div> </div>
</div> </div>
<div class="row" id="my_list_paginate"></div> <div class="row" id="my_list_paginate"></div>
......
...@@ -72,7 +72,12 @@ ...@@ -72,7 +72,12 @@
@endfor @endfor
</tbody> </tbody>
</table> </table>
{!! $info->links() !!} {{--{!! $info->links() !!}--}}
{{$info->appends([
'search_desc'=>$search_desc,
'search_channel'=>$search_channel,
'search_keyword'=>$search_keyword,
])->links() }}
</div> </div>
</div> </div>
<div class="row" id="my_list_paginate"></div> <div class="row" id="my_list_paginate"></div>
......
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 sign in to comment