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
邱骏
2018-09-21 18:08:31 +0800
Commit
7e4ff7987c9c5f7ebd7996946161914b7f7fbae9
1 parent
fd481b14
update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
apps/api/models/shoes.js
apps/api/models/shoes.js
View file @
7e4ff79
...
...
@@ -295,9 +295,7 @@ class ShoesModel extends global.yoho.BaseModel {
userId
,
actId
});
console
.
log
(
scoreInfo
);
if
(
scoreInfo
&&
scoreInfo
.
length
>
0
)
{
let
score
=
scoreInfo
[
0
].
count
*
perScore
;
let
rank
=
scoreInfo
[
0
].
rownum
;
...
...
Please
register
or
login
to post a comment