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
Plain Diff
Browse Files
Authored by
毕凯
2016-12-15 16:29:40 +0800
Commit
2a0bdec1c1c030793f4822775ff900f3e5488d07
2 parents
e7dd8f6f
da6ae082
Merge branch 'feature/captcha' into 'release/5.3'
fix smslogin yas See merge request
!40
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
public/js/passport/smslogin/check-point.js
public/js/passport/smslogin/check-point.js
View file @
2a0bdec
...
...
@@ -12,10 +12,12 @@ var sendInfo = function(eventName) {
channel
=
channelMap
[
channel
]
||
1
;
param
=
JSON
.
stringify
({
C_ID
:
channel
});
yas
&&
yas
.
sendCustomInfo
({
op
:
eventName
,
param
:
param
},
true
);
if
(
yas
&&
yas
.
sendCustomInfo
)
{
yas
.
sendCustomInfo
({
op
:
eventName
,
param
:
param
},
true
);
}
};
module
.
exports
=
sendInfo
;
...
...
Please
register
or
login
to post a comment