Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
xiaowei
9 years ago
Commit
c3fe56e4ae858ab93d636a4ef2741d314c6a9bec
1 parent
90baa97a
手机绑定
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 @
c3fe56e
...
...
@@ -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