發(fā)表日期:2019-09 文章編輯:小燈 瀏覽次數(shù):3868
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 瀏覽次數(shù):4680
日期:2019-09 瀏覽次數(shù):4337
日期:2019-09 瀏覽次數(shù):4204
日期:2019-09 瀏覽次數(shù):3867
日期:2019-09 瀏覽次數(shù):4358
日期:2019-09 瀏覽次數(shù):3988
日期:2019-09 瀏覽次數(shù):4137
日期:2019-09 瀏覽次數(shù):4416
日期:2019-09 瀏覽次數(shù):4481
日期:2019-09 瀏覽次數(shù):3765
日期:2019-09 瀏覽次數(shù):3927
日期:2019-09 瀏覽次數(shù):4096
日期:2019-09 瀏覽次數(shù):3650
日期:2019-09 瀏覽次數(shù):3848
日期:2019-09 瀏覽次數(shù):5461
日期:2019-09 瀏覽次數(shù):3731
日期:2019-09 瀏覽次數(shù):3625
日期:2019-09 瀏覽次數(shù):3870
日期:2019-09 瀏覽次數(shù):3709
日期:2019-09 瀏覽次數(shù):3914
日期:2019-09 瀏覽次數(shù):4213
日期:2019-09 瀏覽次數(shù):3693
日期:2019-09 瀏覽次數(shù):5334
日期:2019-09 瀏覽次數(shù):4418
日期:2019-09 瀏覽次數(shù):3677
日期:2019-09 瀏覽次數(shù):4871
日期:2019-09 瀏覽次數(shù):3614
日期:2019-09 瀏覽次數(shù):3849
日期:2019-09 瀏覽次數(shù):3582
日期:2019-09 瀏覽次數(shù):4839
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.