...
|
...
|
@@ -90,7 +90,7 @@ var defaultOpt = require('../common/query-param'); |
|
|
if ($('.popularity-title').data('skns')) {
|
|
|
$.ajax({
|
|
|
type: 'GET',
|
|
|
url: '/product/new/shop/hotlist',
|
|
|
url: '/product/new/shop/hotlist?app_version=' + appVersion,
|
|
|
xhrFields: {
|
|
|
withCredentials: true
|
|
|
},
|
...
|
...
|
|