Showing
12 changed files
with
13 additions
and
0 deletions
@@ -7,6 +7,8 @@ var len = $item.length, slide; | @@ -7,6 +7,8 @@ var len = $item.length, slide; | ||
7 | var src = /url\("([^'"]*)"\)/g.exec($('.print_qrcode').css('background'))[1]; | 7 | var src = /url\("([^'"]*)"\)/g.exec($('.print_qrcode').css('background'))[1]; |
8 | $('.print_qrcode').find('img').attr('src', src); | 8 | $('.print_qrcode').find('img').attr('src', src); |
9 | 9 | ||
10 | +require('../common'); | ||
11 | + | ||
10 | function slideDo(to) { | 12 | function slideDo(to) { |
11 | $item.each(function(index) { | 13 | $item.each(function(index) { |
12 | index === to ? $(this).stop().animate({ | 14 | index === to ? $(this).stop().animate({ |
-
Please register or login to post a comment