Showing
1 changed file
with
1 additions
and
1 deletions
@@ -1153,7 +1153,7 @@ let getProductData = (data) => { | @@ -1153,7 +1153,7 @@ let getProductData = (data) => { | ||
1153 | 1153 | ||
1154 | // 秒杀详情页 | 1154 | // 秒杀详情页 |
1155 | 1155 | ||
1156 | - if (isSecKills && leftCount && info[5]) { | 1156 | + if (isSecKills && info[5]) { |
1157 | 1157 | ||
1158 | let end = info[5].status === 3 ? true : false; | 1158 | let end = info[5].status === 3 ? true : false; |
1159 | 1159 |
-
Please register or login to post a comment