作者 lihan
1 个管道 的构建 通过 耗费 0 秒

修改bug阶段

... ... @@ -7,8 +7,8 @@ use think\Db;
class IndexController extends HomeBaseController
{
function _initialize()
{
// function _initialize()
// {
// parent::_initialize(); // TODO: Change the autogenerated stub
// if (cmf_is_wechat()) {
// if (empty(session('user.id'))) {
... ... @@ -46,7 +46,7 @@ class IndexController extends HomeBaseController
// }else {
// $this->error('请从微信浏览器打开');
// }
}
// }
public function index()
{
... ...