Commit 27d808c5 by Administrator

'购买真题试卷点击确认支付按钮无反应'

parent 17b95188
...@@ -211,7 +211,6 @@ abstract class AdministratorAction extends Action ...@@ -211,7 +211,6 @@ abstract class AdministratorAction extends Action
{ {
//页面Key配置保存的值 //页面Key配置保存的值
$this->_assignPageKeyData($detailData); $this->_assignPageKeyData($detailData);
dump(is_admin($this->mid));
$this->assign('is_admin', is_admin($this->mid)); $this->assign('is_admin', is_admin($this->mid));
$this->display(THEME_PATH . '/admin_config.html'); $this->display(THEME_PATH . '/admin_config.html');
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment