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
周少峰
8 years ago
Commit
05f7fd2c976d206dd75cbb8d0ab2ab74d5c9e1a9
2 parents
7ecb2ce8
55636ff6
Merge branch 'hotfix/smsLogin'
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
package.json
public/js/passport/sms-check.page.js
package.json
View file @
05f7fd2
{
"name"
:
"m-yohobuy-node"
,
"version"
:
"5.4.
4
"
,
"version"
:
"5.4.
6
"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
public/js/passport/sms-check.page.js
View file @
05f7fd2
...
...
@@ -146,7 +146,13 @@ page = {
checkPoint
(
'YB_MOBILE_LOGIN_C'
);
// 埋点
if
(
res
.
newer
)
{
res
.
redirect
=
res
.
redirect
+
'®isterCode='
+
res
.
registerCode
;
//res.redirect = res.redirect + '®isterCode=' + res.registerCode;
// 暂时跳注册 TODO
tip
.
show
(
'请先注册!'
);
setTimeout
(
function
(){
location
.
href
=
'//m.yohobuy.com/reg.html'
;
},
2000
);
return
;
}
location
.
href
=
res
.
redirect
;
...
...
Please
register
or
login
to post a comment