Authored by 徐祁xuqi

new/hot disable

... ... @@ -9702,7 +9702,7 @@ function newData(callback) {
getPageGoods(req);
}
function hotData(callBack) {
function hotData(callback) {
var req = {};
req.url = location.protocol + '//m.yohobuy.com/index/search/search';
... ... @@ -9749,7 +9749,7 @@ myScroll = new IScroll('#wrapper', {
var index = $(this).index(),
activeTab = $(this).attr('tab');
if (!$('filter-mask').hasClass('hide')) {
if (!$('.filter-mask').hasClass('hide')) {
return;
}
... ...
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
... ... @@ -199,7 +199,7 @@ function newData(callback) {
getPageGoods(req);
}
function hotData(callBack) {
function hotData(callback) {
var req = {};
req.url = location.protocol + '//m.yohobuy.com/index/search/search';
... ... @@ -246,7 +246,7 @@ myScroll = new IScroll('#wrapper', {
var index = $(this).index(),
activeTab = $(this).attr('tab');
if (!$('filter-mask').hasClass('hide')) {
if (!$('.filter-mask').hasClass('hide')) {
return;
}
... ...