我点 我的预约 访问的页面无手机页面什么原因
该为dz系统的bug:修改
source/function/function_core.php
找到 source/function/function_core.php第618行:
把
$mobiletplfile = './template/default/'.$mobiletplfile;
改成
$mobiletplfile = './template/default/'.$file.'.htm';
source/function/function_core.php
找到 source/function/function_core.php第618行:
把
$mobiletplfile = './template/default/'.$mobiletplfile;
改成
$mobiletplfile = './template/default/'.$file.'.htm';
