Authored by 徐炜

Merge branch 'release/wap-optim' into 'master'

我错了,最后一次修改



See merge request !135
... ... @@ -7,7 +7,6 @@ var $ = require('yoho-jquery'),
var $employ = $('#employ'),
$employ2 = $('#employ2'),
$footer = $('#yoho-footer'),
statu = 0,
page = 1,
dic = {},
... ... @@ -40,7 +39,6 @@ var couponAJAX = function(statu, page) {
if ($(data).find('.null').html()) {
if (page === 1) {
employDom.append($(data).find('.null'));
window.rePosFooter();
}
AjaxFlag = 1;
return;
... ... @@ -65,11 +63,11 @@ $('.employ span').each(function(index, el) {
$employ.addClass('hide');
$employ2.removeClass('hide');
}
$footer.removeClass('bottom');
statu = index;
page = 1;
AjaxFlag = 0;
couponAJAX(statu, page);
window.rePosFooter();
});
});
... ...