...
|
...
|
@@ -7,6 +7,8 @@ var len = $item.length, slide; |
|
|
var src = /url\("([^'"]*)"\)/g.exec($('.print_qrcode').css('background'))[1];
|
|
|
$('.print_qrcode').find('img').attr('src', src);
|
|
|
|
|
|
require('../common');
|
|
|
|
|
|
function slideDo(to) {
|
|
|
$item.each(function(index) {
|
|
|
index === to ? $(this).stop().animate({
|
...
|
...
|
|