房子修得再大也是临时住所,只有那个小木匣才是永久的家,所以,屋宽不如心宽,身安不如心安!
1.首先找到网站目录下面的/include/arc.archives.class.php文件
2.找到837行的如下内容
if ( defined('DEDEMOB') )
{
$mlink = 'view.php?aid='.$preRow['id'];
} else {
$mlink = GetFileUrl($nextRow['id'],$nextRow['typeid'],$nextRow['senddate'],$nextRow['title'],$nextRow['ismake'],$nextRow['arcrank'],
$nextRow['namerule'],$nextRow['typedir'],$nextRow['money'],$nextRow['filename'],$nextRow['moresite'],$nextRow['siteurl'],$nextRow['sitepath']);
}
3 并将其中的把这一行
$mlink = 'view.php?aid='.$preRow['id'];
修改为
$mlink = 'view.php?aid='.$nextRow['id'];
保存模板之后重新生成页面,这个问题只适用于dedecmsV5.7sp2
本文织梦V5.7sp2移动端页面点击下一篇获取不到id如何解决方法到此结束。丰富的过每一天,快乐的看每一天。小编再次感谢大家对我们的支持!