Showing
1 changed file
with
1 additions
and
1 deletions
@@ -192,7 +192,7 @@ module.exports = function(specificGender) { | @@ -192,7 +192,7 @@ module.exports = function(specificGender) { | ||
192 | 'PRD_ID': PRDID.join(','), | 192 | 'PRD_ID': PRDID.join(','), |
193 | 'PRD_NUM': $(data).closest('.good-info').length, | 193 | 'PRD_NUM': $(data).closest('.good-info').length, |
194 | 'ACTION_ID': 0, | 194 | 'ACTION_ID': 0, |
195 | - 'page_num': page | 195 | + 'page_num': RECPOSE === 110009 ? 1 : page |
196 | }); | 196 | }); |
197 | //为您优选埋点 end | 197 | //为您优选埋点 end |
198 | }, | 198 | }, |
-
Please register or login to post a comment