...
|
...
|
@@ -13,9 +13,7 @@ class BackController extends AbstractAction |
|
|
public function emailAction()
|
|
|
{
|
|
|
$data = array(
|
|
|
'showGoBack' => true,
|
|
|
'backUrl' => '',
|
|
|
'showHeaderText' => true,
|
|
|
'backUrl' => 'm.yohobuy.com',
|
|
|
'headerText' => '找回密码',
|
|
|
'isPassportPage' => true,
|
|
|
'modulePath' => 'passport/back/email'
|
...
|
...
|
@@ -28,9 +26,7 @@ class BackController extends AbstractAction |
|
|
public function successAction()
|
|
|
{
|
|
|
$data = array(
|
|
|
'showGoBack' => true,
|
|
|
'backUrl' => '',
|
|
|
'showHeaderText' => true,
|
|
|
'backUrl' => 'm.yohobuy.com',
|
|
|
'headerText' => '找回密码',
|
|
|
'isPassportPage' => true,
|
|
|
'modulePath' => 'passport/back/email-success',
|
...
|
...
|
@@ -45,9 +41,7 @@ class BackController extends AbstractAction |
|
|
public function mobileAction()
|
|
|
{
|
|
|
$data = array(
|
|
|
'showGoBack' => true,
|
|
|
'backUrl' => '',
|
|
|
'showHeaderText' => true,
|
|
|
'backUrl' => 'm.yohobuy.com',
|
|
|
'headerText' => '找回密码',
|
|
|
'isPassportPage' => true,
|
|
|
'modulePath' => 'passport/back/mobile',
|
...
|
...
|
@@ -72,9 +66,7 @@ class BackController extends AbstractAction |
|
|
public function codeAction()
|
|
|
{
|
|
|
$data = array(
|
|
|
'showGoBack' => true,
|
|
|
'backUrl' => '',
|
|
|
'showHeaderText' => true,
|
|
|
'backUrl' => 'm.yohobuy.com',
|
|
|
'headerText' => '找回密码',
|
|
|
'isPassportPage' => true,
|
|
|
'modulePath' => 'passport/back/code',
|
...
|
...
|
@@ -89,9 +81,7 @@ class BackController extends AbstractAction |
|
|
public function passwordAction()
|
|
|
{
|
|
|
$data = array(
|
|
|
'showGoBack' => true,
|
|
|
'backUrl' => '',
|
|
|
'showHeaderText' => true,
|
|
|
'backUrl' => 'm.yohobuy.com',
|
|
|
'headerText' => '找回密码',
|
|
|
'isPassportPage' => true,
|
|
|
'modulePath' => 'passport/back/new-password',
|
...
|
...
|
|