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
lijing
2016-10-08 11:50:43 +0800
Commit
dfda84f69755c9d953c1d4115d960d74bc6bda91
1 parent
db2f65dc
获取skn
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/models/detail.js
apps/product/models/detail.js
View file @
dfda84f
...
...
@@ -1153,7 +1153,7 @@ let getProductData = (data) => {
// 秒杀详情页
if
(
isSecKills
&&
leftCount
&&
info
[
5
])
{
if
(
isSecKills
&&
info
[
5
])
{
let
end
=
info
[
5
].
status
===
3
?
true
:
false
;
...
...
Please
register
or
login
to post a comment