|
|
var $ = require('jquery'),
|
|
|
Hammer = require('yoho.hammer');
|
|
|
Hammer = require('yoho.hammer'),
|
|
|
ellipsis = require('mlellipsis');
|
|
|
var employ;
|
|
|
|
|
|
ellipsis.init();
|
|
|
|
|
|
//Żȯ2ʾ
|
|
|
setTimeout(function() {
|
|
|
$('.coupon-name').each(function() {
|
|
|
this.mlellipsis(2);
|
|
|
});
|
|
|
}, 0);
|
|
|
|
|
|
window.rePosFooter();
|
|
|
$('.yoho-footer').css('border-top', '1px solid #e0e0e0');
|
|
|
$('.employ span').each(function(index) {
|
...
|
...
|
|