1.首先找到網(wǎng)站目錄下面的/include/arc.archives.class.php文件
2.找到837行的如下內(nèi)容
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'];
保存模板之后重新生成頁面,這個(gè)問題只適用于dedecmsV5.7sp2
版權(quán)聲明: 本站資源均來自互聯(lián)網(wǎng)或會(huì)員發(fā)布,如果侵犯了您的權(quán)益請(qǐng)與我們聯(lián)系,我們將在24小時(shí)內(nèi)刪除!謝謝!
轉(zhuǎn)載請(qǐng)注明: 織夢(mèng)V5.7sp2移動(dòng)端頁面點(diǎn)擊下一篇獲取不到id解決方法