發表日期:2019-09 文章編輯:小燈 瀏覽次數:3929
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 瀏覽次數:4739
日期:2019-09 瀏覽次數:4392
日期:2019-09 瀏覽次數:4265
日期:2019-09 瀏覽次數:3929
日期:2019-09 瀏覽次數:4426
日期:2019-09 瀏覽次數:4046
日期:2019-09 瀏覽次數:4190
日期:2019-09 瀏覽次數:4467
日期:2019-09 瀏覽次數:4538
日期:2019-09 瀏覽次數:3820
日期:2019-09 瀏覽次數:3970
日期:2019-09 瀏覽次數:4145
日期:2019-09 瀏覽次數:3709
日期:2019-09 瀏覽次數:3903
日期:2019-09 瀏覽次數:5510
日期:2019-09 瀏覽次數:3769
日期:2019-09 瀏覽次數:3672
日期:2019-09 瀏覽次數:3909
日期:2019-09 瀏覽次數:3755
日期:2019-09 瀏覽次數:3960
日期:2019-09 瀏覽次數:4266
日期:2019-09 瀏覽次數:3744
日期:2019-09 瀏覽次數:5383
日期:2019-09 瀏覽次數:4471
日期:2019-09 瀏覽次數:3719
日期:2019-09 瀏覽次數:4914
日期:2019-09 瀏覽次數:3660
日期:2019-09 瀏覽次數:3898
日期:2019-09 瀏覽次數:3635
日期:2019-09 瀏覽次數:4889
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.