mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-26 12:23:06 +08:00
Merge branch 'koogua/v1.5.8' into demo
This commit is contained in:
commit
1d691a808b
@ -44,7 +44,7 @@ class AccountController extends Controller
|
||||
|
||||
$captcha = $service->getSettings('captcha');
|
||||
|
||||
$this->seo->prependTitle('注册');
|
||||
$this->seo->prependTitle('用户注册');
|
||||
|
||||
$this->view->setVar('return_url', $returnUrl);
|
||||
$this->view->setVar('local_oauth', $oauthProvider['local']);
|
||||
@ -77,7 +77,7 @@ class AccountController extends Controller
|
||||
|
||||
$returnUrl = $this->request->getHTTPReferer();
|
||||
|
||||
$this->seo->prependTitle('登录');
|
||||
$this->seo->prependTitle('用户登录');
|
||||
|
||||
$this->view->setVar('oauth_provider', $oauthProvider);
|
||||
$this->view->setVar('return_url', $returnUrl);
|
||||
|
@ -50,6 +50,6 @@
|
||||
{% block include_js %}
|
||||
|
||||
{{ js_include('https://ssl.captcha.qq.com/TCaptcha.js',false) }}
|
||||
{{ js_include('home/js/captcha.verify.js') }}
|
||||
{{ js_include('home/js/captcha.verify.email.js') }}
|
||||
|
||||
{% endblock %}
|
@ -50,6 +50,6 @@
|
||||
{% block include_js %}
|
||||
|
||||
{{ js_include('https://ssl.captcha.qq.com/TCaptcha.js',false) }}
|
||||
{{ js_include('home/js/captcha.verify.js') }}
|
||||
{{ js_include('home/js/captcha.verify.phone.js') }}
|
||||
|
||||
{% endblock %}
|
Loading…
x
Reference in New Issue
Block a user