發表日期:2019-09 文章編輯:小燈 瀏覽次數:3900
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 瀏覽次數:4708
日期:2019-09 瀏覽次數:4367
日期:2019-09 瀏覽次數:4241
日期:2019-09 瀏覽次數:3899
日期:2019-09 瀏覽次數:4395
日期:2019-09 瀏覽次數:4023
日期:2019-09 瀏覽次數:4167
日期:2019-09 瀏覽次數:4446
日期:2019-09 瀏覽次數:4513
日期:2019-09 瀏覽次數:3795
日期:2019-09 瀏覽次數:3953
日期:2019-09 瀏覽次數:4125
日期:2019-09 瀏覽次數:3686
日期:2019-09 瀏覽次數:3876
日期:2019-09 瀏覽次數:5490
日期:2019-09 瀏覽次數:3754
日期:2019-09 瀏覽次數:3652
日期:2019-09 瀏覽次數:3897
日期:2019-09 瀏覽次數:3741
日期:2019-09 瀏覽次數:3941
日期:2019-09 瀏覽次數:4243
日期:2019-09 瀏覽次數:3722
日期:2019-09 瀏覽次數:5366
日期:2019-09 瀏覽次數:4449
日期:2019-09 瀏覽次數:3702
日期:2019-09 瀏覽次數:4894
日期:2019-09 瀏覽次數:3643
日期:2019-09 瀏覽次數:3877
日期:2019-09 瀏覽次數:3611
日期:2019-09 瀏覽次數:4870
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.