Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
Plain Diff
Browse Files
Authored by
biao
9 years ago
Commit
dd72fe385d2aae830356ea8ee4b895b7370aae2a
2 parents
5bdf43c3
c3fe56e4
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into feature/bindMobile
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
yohobuy/m.yohobuy.com/application/modules/Passport/controllers/Bind.php
yohobuy/m.yohobuy.com/application/modules/Passport/controllers/Bind.php
View file @
dd72fe3
...
...
@@ -59,7 +59,7 @@ class BindController extends AbstractAction
$phoneNum
=
$this
->
get
(
'phoneNum'
);
$data
=
array
(
'bind
Index
'
=>
true
,
//js标识
'bind
Code
'
=>
true
,
//js标识
'backUrl'
=>
'/'
,
// 返回的URL链接
'showHeaderImg'
=>
true
,
// 控制显示头部图片
'isPassportPage'
=>
true
,
// 模板中模块标识
...
...
@@ -87,7 +87,7 @@ class BindController extends AbstractAction
$nickname
=
$this
->
get
(
'nickname'
);
$areaCode
=
$this
->
get
(
'areaCode'
,
'86'
);
$data
=
array
(
'bind
Index
'
=>
true
,
//js标识
'bind
Pwd
'
=>
true
,
//js标识
'backUrl'
=>
'/'
,
// 返回的URL链接
'showHeaderImg'
=>
true
,
// 控制显示头部图片
'isPassportPage'
=>
true
,
// 模板中模块标识
...
...
Please
register
or
login
to post a comment