...
|
...
|
@@ -3,6 +3,7 @@ var $ = require('jquery'), |
|
|
var employ;
|
|
|
|
|
|
window.rePosFooter();
|
|
|
$('.yoho-footer').css('border-top', '1px solid #e0e0e0');
|
|
|
$('.employ span').each(function(index) {
|
|
|
employ = new Hammer($('.employ span')[index]);
|
|
|
employ.on('tap', function(e) {
|
...
|
...
|
|