發(fā)表日期:2019-09 文章編輯:小燈 瀏覽次數(shù):3936
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ù):4747
日期:2019-09 瀏覽次數(shù):4400
日期:2019-09 瀏覽次數(shù):4277
日期:2019-09 瀏覽次數(shù):3935
日期:2019-09 瀏覽次數(shù):4441
日期:2019-09 瀏覽次數(shù):4058
日期:2019-09 瀏覽次數(shù):4201
日期:2019-09 瀏覽次數(shù):4479
日期:2019-09 瀏覽次數(shù):4545
日期:2019-09 瀏覽次數(shù):3832
日期:2019-09 瀏覽次數(shù):3978
日期:2019-09 瀏覽次數(shù):4155
日期:2019-09 瀏覽次數(shù):3719
日期:2019-09 瀏覽次數(shù):3915
日期:2019-09 瀏覽次數(shù):5517
日期:2019-09 瀏覽次數(shù):3778
日期:2019-09 瀏覽次數(shù):3679
日期:2019-09 瀏覽次數(shù):3917
日期:2019-09 瀏覽次數(shù):3769
日期:2019-09 瀏覽次數(shù):3968
日期:2019-09 瀏覽次數(shù):4274
日期:2019-09 瀏覽次數(shù):3752
日期:2019-09 瀏覽次數(shù):5391
日期:2019-09 瀏覽次數(shù):4479
日期:2019-09 瀏覽次數(shù):3726
日期:2019-09 瀏覽次數(shù):4921
日期:2019-09 瀏覽次數(shù):3672
日期:2019-09 瀏覽次數(shù):3906
日期:2019-09 瀏覽次數(shù):3644
日期:2019-09 瀏覽次數(shù):4897
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.