mobile目录下 common.inc.php 文件
找到
if(is_pc()) dheader($EXT['mobile_url'].'mobile.php?action=device');改成
//if(is_pc()) dheader($EXT['mobile_url'].'mobile.php?action=device');
mobile模板目录 header.htm
找到
{if !DT_DEBUG}
if(!('ontouchend' in document) && window.location.href.indexOf('device.php') == -1) window.location='device.php';
{/if}
改成
//{if !DT_DEBUG}
//if(!('ontouchend' in document) && window.location.href.indexOf('device.php') == -1) window.location='device.php';
//{/if}
切记调式完以后把这两个文件改回原样,教程就得这里,去试试吧,PC就可以访问WAP了,调式一般用谷歌浏览器。