1
0
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:
koogua 2022-08-28 10:37:13 +08:00
commit 1d691a808b
3 changed files with 4 additions and 4 deletions

View File

@ -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);

View File

@ -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 %}

View File

@ -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 %}