Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hf
9 years ago
Commit
96a58d9d9ae446f5378b1ed57e444ddb1bad5526
1 parent
eca3e9d2
master
...
beta
develop
code review by hf: fixes bug refs YW-1810
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
yohobuy/m.yohobuy.com/application/modules/Passport/controllers/Login.php
yohobuy/m.yohobuy.com/application/modules/Passport/controllers/Reg.php
yohobuy/m.yohobuy.com/application/modules/Passport/controllers/Login.php
View file @
96a58d9
...
...
@@ -26,7 +26,7 @@ class LoginController extends AbstractAction
$data
=
array
(
'loginIndex'
=>
true
,
// 模板中使用JS的标识
'backUrl'
=>
'javascript:h
o
stroy.go(-1)'
,
// 返回的URL链接
'backUrl'
=>
'javascript:h
i
stroy.go(-1)'
,
// 返回的URL链接
'showHeaderImg'
=>
true
,
// 控制显示头部图片
'isPassportPage'
=>
true
,
// 模板中模块标识
'registerUrl'
=>
'/reg.html'
,
// 注册的URL链接
...
...
@@ -56,7 +56,7 @@ class LoginController extends AbstractAction
$data
=
array
();
$data
[
'loginInternational'
]
=
true
;
// 模板中使用JS的标识
$data
[
'backUrl'
]
=
'javascript:h
o
stroy.go(-1)'
;
// 返回的URL链接
$data
[
'backUrl'
]
=
'javascript:h
i
stroy.go(-1)'
;
// 返回的URL链接
$data
[
'headerText'
]
=
'登录'
;
// 头部信息
$data
[
'isPassportPage'
]
=
true
;
// 模板中模块标识
$data
[
'areaCode'
]
=
'+86'
;
// 默认区号
...
...
yohobuy/m.yohobuy.com/application/modules/Passport/controllers/Reg.php
View file @
96a58d9
...
...
@@ -19,7 +19,7 @@ class RegController extends AbstractAction
$data
=
array
();
$data
[
'regIndex'
]
=
true
;
// 模板中使用JS的标识
$data
[
'backUrl'
]
=
'javascript:h
o
stroy.go(-1)'
;
// 返回的URL链接
$data
[
'backUrl'
]
=
'javascript:h
i
stroy.go(-1)'
;
// 返回的URL链接
$data
[
'headerText'
]
=
'注册'
;
// 头部信息
$data
[
'isPassportPage'
]
=
true
;
// 模板中模块标识
$data
[
'areaCode'
]
=
'+86'
;
// 默认的区号
...
...
Please
register
or
login
to post a comment