Commit 41dcd546 by 冷斌

fix bug

parent 49c6d140
......@@ -819,6 +819,11 @@ class ConfigAction extends AdministratorAction
**/
public function about()
{
var_dump('1111111');
$data = model('Xdata')->get("admin_Config:about");
var_dump($data);
var_dump('1111111');
die;
$this->_initSiteConfigTabs();
$this->pageKeyList = array('about');
$this->pageTitle['about'] = '购买协议';
......
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