發表日期:2019-09 文章編輯:小燈 瀏覽次數:3717
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 瀏覽次數:4173
日期:2019-09 瀏覽次數:4048
日期:2019-09 瀏覽次數:3716
日期:2019-09 瀏覽次數:4185
日期:2019-09 瀏覽次數:3810
日期:2019-09 瀏覽次數:3988
日期:2019-09 瀏覽次數:4253
日期:2019-09 瀏覽次數:4327
日期:2019-09 瀏覽次數:3610
日期:2019-09 瀏覽次數:3774
日期:2019-09 瀏覽次數:3938
日期:2019-09 瀏覽次數:3485
日期:2019-09 瀏覽次數:3662
日期:2019-09 瀏覽次數:5293
日期:2019-09 瀏覽次數:3587
日期:2019-09 瀏覽次數:3470
日期:2019-09 瀏覽次數:3700
日期:2019-09 瀏覽次數:3562
日期:2019-09 瀏覽次數:3740
日期:2019-09 瀏覽次數:4057
日期:2019-09 瀏覽次數:3526
日期:2019-09 瀏覽次數:5189
日期:2019-09 瀏覽次數:4270
日期:2019-09 瀏覽次數:3539
日期:2019-09 瀏覽次數:4732
日期:2019-09 瀏覽次數:3463
日期:2019-09 瀏覽次數:3700
日期:2019-09 瀏覽次數:3441
日期:2019-09 瀏覽次數:4690
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.