...
|
...
|
@@ -255,10 +255,6 @@ getIndexHtml = function() { |
|
|
$avatarClone.remove();
|
|
|
}
|
|
|
|
|
|
$('.avatar li').each(function() {
|
|
|
setAvatar($(this).find('span'));
|
|
|
});
|
|
|
|
|
|
$starMain.before($('.avatar-swiper').clone().addClass('avatar-clone').hide());
|
|
|
|
|
|
$avatarClone = $('.avatar-clone');
|
...
|
...
|
|