Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-activity-platform
·
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
2018-08-30 15:49:27 +0800
Commit
f06120d2ce67a832ccddff007d035cfbdb9bd8d9
1 parent
f4676097
change log time
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/activity/models/zero-buy.js
apps/activity/models/zero-buy.js
View file @
f06120d
...
...
@@ -108,7 +108,7 @@ const prizeCodeCreateCount = {
log
()
{
let
now
=
new
Date
().
getTime
()
/
1000
;
if
(
now
-
this
.
logTime
<
60
*
10
00
)
{
if
(
now
-
this
.
logTime
<
60
*
10
)
{
return
;
}
...
...
Please
register
or
login
to post a comment