...
|
...
|
@@ -9,8 +9,7 @@ var $ = require('yoho-jquery'), |
|
|
tip = require('../../plugin/tip'),
|
|
|
Hammer = require('yoho-hammer'),
|
|
|
dialog = require('../../plugin/dialog'),
|
|
|
Swiper = require('yoho-swiper'),
|
|
|
yohoApp = require('../../yoho-app');
|
|
|
Swiper = require('yoho-swiper');
|
|
|
|
|
|
var $input = $('#search-input input');
|
|
|
|
...
|
...
|
@@ -316,8 +315,4 @@ $search.on('touchend', function() { |
|
|
}
|
|
|
|
|
|
window.rePosFooter();
|
|
|
|
|
|
if(yohoApp.isAndroid) {
|
|
|
$('.new-hot').css('padding-top', '16px');
|
|
|
}
|
|
|
}()); |
...
|
...
|
|