发表日期:2019-09 文章编辑:小灯 浏览次数:3714
1、\app\index\controller\Show.php
搜索:
$prev = $conmodel->getContentPrev($category['id'], $content['id']);
$next = $conmodel->getContentNext($category['id'], $content['id']);
修改为:
$prev = $conmodel->getContentPrev($category['id'], $content['id'], $content['sort']);
$next = $conmodel->getContentNext($category['id'], $content['id'], $content['sort']);
2、\app\index\model\ContentModel.php
搜索:
public function getContentNext($cid, $id){
$where['id'] = ['GT', $id];
修改为:
public function getContentNext($cid, $sort){
$where['sort'] = ['GT', $sort];
搜索:
public function getContentPrev($cid, $id){
$where['id'] = ['GT', $id];
修改为:
public function getContentPrev($cid, $sort){
$where['sort'] = ['LT', $sort];
日期:2019-09 浏览次数:4535
日期:2019-09 浏览次数:4171
日期:2019-09 浏览次数:4047
日期:2019-09 浏览次数:3713
日期:2019-09 浏览次数:4182
日期:2019-09 浏览次数:3806
日期:2019-09 浏览次数:3985
日期:2019-09 浏览次数:4252
日期:2019-09 浏览次数:4325
日期:2019-09 浏览次数:3609
日期:2019-09 浏览次数:3773
日期:2019-09 浏览次数:3936
日期:2019-09 浏览次数:3483
日期:2019-09 浏览次数:3660
日期:2019-09 浏览次数:5292
日期:2019-09 浏览次数:3585
日期:2019-09 浏览次数:3470
日期:2019-09 浏览次数:3699
日期:2019-09 浏览次数:3560
日期:2019-09 浏览次数:3739
日期:2019-09 浏览次数:4055
日期:2019-09 浏览次数:3525
日期:2019-09 浏览次数:5188
日期:2019-09 浏览次数:4270
日期:2019-09 浏览次数:3538
日期:2019-09 浏览次数:4731
日期:2019-09 浏览次数:3461
日期:2019-09 浏览次数:3699
日期:2019-09 浏览次数:3440
日期:2019-09 浏览次数:4688
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.