Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
lore-w
2016-01-21 10:10:55 +0800
Commit
91f00b160f607b788cc5e5c96ca21ff9b87f4cad
1 parent
ae562caf
完善信息联调 code review by chenglong
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
template/www.yohobuy.com/partials/passport/register.phtml
web-static/js/passport/reg.js
template/www.yohobuy.com/partials/passport/register.phtml
View file @
91f00b1
...
...
@@ -63,4 +63,6 @@
<span></span>
<b></b>
</div>
<input name="" type="hidden" id="open-id" value="{{openId}}"/>
<input name="" type="hidden" id="source-type" value="{{sourceType}}"/>
</div>
\ No newline at end of file
...
...
web-static/js/passport/reg.js
View file @
91f00b1
...
...
@@ -103,8 +103,8 @@ function phoneAjaxFn(page, callback) {
data
=
{
mobile
:
$pn
.
val
(),
area
:
$region
.
text
().
split
(
'+'
)[
1
],
openId
:
1
,
sourceType
:
'QQ'
openId
:
$
(
'#open-id'
).
val
(),
sourceType
:
$
(
'#source-type'
).
val
()
};
}
...
...
Please
register
or
login
to post a comment