我点 我的预约 访问无手机页面什么原因
该为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';
