发表日期:2019-09 文章编辑:小灯 浏览次数:3850
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 浏览次数:4659
日期:2019-09 浏览次数:4314
日期:2019-09 浏览次数:4181
日期:2019-09 浏览次数:3849
日期:2019-09 浏览次数:4336
日期:2019-09 浏览次数:3959
日期:2019-09 浏览次数:4116
日期:2019-09 浏览次数:4397
日期:2019-09 浏览次数:4460
日期:2019-09 浏览次数:3745
日期:2019-09 浏览次数:3907
日期:2019-09 浏览次数:4075
日期:2019-09 浏览次数:3625
日期:2019-09 浏览次数:3825
日期:2019-09 浏览次数:5438
日期:2019-09 浏览次数:3707
日期:2019-09 浏览次数:3608
日期:2019-09 浏览次数:3848
日期:2019-09 浏览次数:3688
日期:2019-09 浏览次数:3892
日期:2019-09 浏览次数:4197
日期:2019-09 浏览次数:3672
日期:2019-09 浏览次数:5317
日期:2019-09 浏览次数:4398
日期:2019-09 浏览次数:3659
日期:2019-09 浏览次数:4854
日期:2019-09 浏览次数:3595
日期:2019-09 浏览次数:3831
日期:2019-09 浏览次数:3561
日期:2019-09 浏览次数:4819
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.