Showing
2 changed files
with
2 additions
and
6 deletions
@@ -9,8 +9,7 @@ var $ = require('yoho-jquery'), | @@ -9,8 +9,7 @@ var $ = require('yoho-jquery'), | ||
9 | tip = require('../../plugin/tip'), | 9 | tip = require('../../plugin/tip'), |
10 | Hammer = require('yoho-hammer'), | 10 | Hammer = require('yoho-hammer'), |
11 | dialog = require('../../plugin/dialog'), | 11 | dialog = require('../../plugin/dialog'), |
12 | - Swiper = require('yoho-swiper'), | ||
13 | - yohoApp = require('../../yoho-app'); | 12 | + Swiper = require('yoho-swiper'); |
14 | 13 | ||
15 | var $input = $('#search-input input'); | 14 | var $input = $('#search-input input'); |
16 | 15 | ||
@@ -316,8 +315,4 @@ $search.on('touchend', function() { | @@ -316,8 +315,4 @@ $search.on('touchend', function() { | ||
316 | } | 315 | } |
317 | 316 | ||
318 | window.rePosFooter(); | 317 | window.rePosFooter(); |
319 | - | ||
320 | - if(yohoApp.isAndroid) { | ||
321 | - $('.new-hot').css('padding-top', '16px'); | ||
322 | - } | ||
323 | }()); | 318 | }()); |
-
Please register or login to post a comment