Showing
1 changed file
with
1 additions
and
1 deletions
@@ -90,7 +90,7 @@ var defaultOpt = require('../common/query-param'); | @@ -90,7 +90,7 @@ var defaultOpt = require('../common/query-param'); | ||
90 | if ($('.popularity-title').data('skns')) { | 90 | if ($('.popularity-title').data('skns')) { |
91 | $.ajax({ | 91 | $.ajax({ |
92 | type: 'GET', | 92 | type: 'GET', |
93 | - url: '/product/new/shop/hotlist', | 93 | + url: '/product/new/shop/hotlist?app_version=' + appVersion, |
94 | xhrFields: { | 94 | xhrFields: { |
95 | withCredentials: true | 95 | withCredentials: true |
96 | }, | 96 | }, |
-
Please register or login to post a comment