Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
周少峰
8 years ago
Commit
89a4a3e12c14439f1246f1d306d686367f0f2489
2 parents
d2317163
6cd0062b
Merge branch 'gray'
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
apps/passport/models/reg-api.js
package.json
public/js/passport/reg-success.page.js
apps/passport/models/reg-api.js
View file @
89a4a3e
...
...
@@ -7,7 +7,6 @@
*/
'use strict'
;
const
_
=
require
(
'lodash'
);
const
aes
=
require
(
'./aes-pwd'
);
const
api
=
global
.
yoho
.
API
;
...
...
@@ -47,7 +46,7 @@ let regMobileAes = (area, mobile, password, code, shoppingKey, extParam)=> {
if
(
extParam
)
{
if
(
extParam
.
inviteCode
)
{
params
.
inviteCode
=
_
.
replace
(
extParam
.
inviteCode
,
/
[^
(0-9a-zA-Z)
]
/ig
,
''
)
;
params
.
inviteCode
=
extParam
.
inviteCode
;
}
}
...
...
package.json
View file @
89a4a3e
{
"name"
:
"yohobuy-node"
,
"version"
:
"6.0.
1
"
,
"version"
:
"6.0.
2
"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
public/js/passport/reg-success.page.js
View file @
89a4a3e
...
...
@@ -26,6 +26,6 @@ $(function() {
// 品众统计
if
(
window
.
_fxcmd
)
{
window
.
_fxcmd
.
push
([
'track
Order
'
,
'event'
,
'reg'
,
'注册'
,
'1'
]);
window
.
_fxcmd
.
push
([
'track
Event
'
,
'event'
,
'reg'
,
'注册'
,
'1'
]);
}
});
...
...
Please
register
or
login
to post a comment