Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
郝肖肖
8 years ago
Commit
b4ed088b23be86c05072c307e0953ac4d5ffda95
1 parent
2183782e
获取union_type参数
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/passport/register/password.js
public/js/passport/register/password.js
View file @
b4ed088
...
...
@@ -57,7 +57,7 @@ $btnSure.on('touchstart', function() {
op
:
'YB_REGISTER_SUCCESS_L'
,
param
:
JSON
.
stringify
({
C_ID
:
window
.
_ChannelVary
[
window
.
cookie
(
'_Channel'
)]
||
1
,
UNION_TYPE
:
window
.
queryString
()
.
union_type
||
window
.
cookie
(
'unionTypeYas'
)
||
false
UNION_TYPE
:
window
.
queryString
.
union_type
||
window
.
cookie
(
'unionTypeYas'
)
||
false
})
},
true
);
}
...
...
Please
register
or
login
to post a comment