Showing
1 changed file
with
1 additions
and
1 deletions
@@ -140,7 +140,7 @@ plusstar = { | @@ -140,7 +140,7 @@ plusstar = { | ||
140 | F_NAME: '焦点图', | 140 | F_NAME: '焦点图', |
141 | F_URL: $dom.find('a').attr('href'), | 141 | F_URL: $dom.find('a').attr('href'), |
142 | F_INDEX: 1, | 142 | F_INDEX: 1, |
143 | - I_INDEX: index | 143 | + I_INDEX: index % 2 + 1// banner,li是双倍的 |
144 | })) | 144 | })) |
145 | }, true); | 145 | }, true); |
146 | } else if ($(event.target).closest('.speck-title-image a').length > 0) { | 146 | } else if ($(event.target).closest('.speck-title-image a').length > 0) { |
-
Please register or login to post a comment