Authored by 陈峰

Merge branch 'feature/geetest' into 'gray'

yasbug



See merge request !417
... ... @@ -20,7 +20,7 @@ require('./login/login');
setTimeout(function() {
var yas = window._yas;
yas && yas.sendCustomInfo({
yas && yas.sendCustomInfo && yas.sendCustomInfo({
op: 'YB_LOGIN_L',
param: param
});
... ... @@ -33,7 +33,7 @@ require('./login/login');
$smsLogin.on('click', function() {
var yas = window._yas;
yas && yas.sendCustomInfo({
yas && yas.sendCustomInfo && yas.sendCustomInfo({
op: 'YB_MOBILE_QUICK_LOGIN_C',
param: param
});
... ...