用户注册

This commit is contained in:
gongfuxiang
2019-05-16 01:25:19 +08:00
parent ef928aee2e
commit 5f8f1600da
5 changed files with 166 additions and 34 deletions

View File

@ -190,6 +190,7 @@ class User extends Common
// 浏览器名称
$this->assign('home_seo_site_title', SeoService::BrowserSeoTitle('用户注册', 1));
$this->assign('referer_url', $this->GetrefererUrl());
return $this->fetch();
} else {
$this->assign('msg', '已经登录了,如要注册新账户,请先退出当前账户');