Authored by htoooth

add yas

... ... @@ -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({
... ...
... ... @@ -3,3 +3,4 @@
*/
require('./back/back');
require('../common');
\ No newline at end of file
... ...
... ... @@ -3,3 +3,4 @@
*/
require('./back/reset');
require('../common');
\ No newline at end of file
... ...
/**
* Created by TaoHuang on 2016/6/21.
*/
require('../common');
\ No newline at end of file
... ...
/**
* Created by TaoHuang on 2016/6/21.
*/
require('../common');
\ No newline at end of file
... ...
... ... @@ -3,3 +3,4 @@
*/
require('./back/verification');
require('../common');
\ No newline at end of file
... ...
... ... @@ -2,3 +2,4 @@
* 绑定成功页面
**/
require('../simple-header');
require('../common');
\ No newline at end of file
... ...
require('./bind/thirdlogin');
require('../common');
\ No newline at end of file
... ...
require('./login/index');
require('../common');
\ No newline at end of file
... ...
require('./bind/bind-info');
require('../common');
\ No newline at end of file
... ...
var reg = require('./reg/reg');
reg.init('reg');
require('../common');
\ No newline at end of file
... ...
require('./bind/relate');
require('../common');
\ No newline at end of file
... ...