Browse Source

wesmiler ECY 画画交易平台

APPLE 2 years ago
parent
commit
b7704f2ef1
1 changed files with 3 additions and 1 deletions
  1. 3 1
      application/index/controller/User.php

+ 3 - 1
application/index/controller/User.php

@@ -409,8 +409,10 @@ class User extends Frontend
         $myset= \app\common\model\Config::getConfigByGroup('basic');
         $this->view->assign("logoimg",$myset['web_site_logo']['value']);
         $this->view->assign("loginbg",$myset['loginBg']['value']);
-        $this->view->assign("register_agree",$myset['register_agree']['value']);
+        $this->view->assign("register_agree", isset($myset['register_agree']['value'])? $myset['register_agree']['value']:'');
         $this->view->assign('code',$code);
+        $this->view->assign("app_download1",$myset['appdowm']['value']);
+        $this->view->assign("app_download2",$myset['appdowm_two']['value']);
     	return $this->view->fetch();
     }
     function allthings()