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
yyq
2019-12-10 17:42:06 +0800
Commit
47907c4dc0bcb49a67c6ab9903e26edd0e1fe046
1 parent
32086013
delete unuse-review by wenxue
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
apps/activity/models/feature.js
apps/activity/models/feature.js
View file @
47907c4
...
...
@@ -667,7 +667,6 @@ class featureModel extends global.yoho.BaseModel {
try
{
code
=
crypto
.
decrypt
(
'yoho9646__coupon'
,
decodeURIComponent
(
token
));
console
.
log
(
_
.
trim
(
code
));
code
=
_
.
trim
(
code
).
split
(
'::'
);
}
catch
(
e
)
{}
// eslint-disable-line
...
...
Please
register
or
login
to post a comment