...
|
...
|
@@ -61,7 +61,7 @@ let _getProduct = function(param) { |
|
|
}
|
|
|
jsonp({
|
|
|
url: '//m.yohobuy.com/activity/individuation?callback=?',
|
|
|
data: Object.assign({}, param, cond)
|
|
|
data: $.extend({}, param, cond)
|
|
|
}).then((res)=> {
|
|
|
if (res && res.length) {
|
|
|
let goods = el.find('.feature-product-info');
|
...
|
...
|
|