Authored by 毕凯

修改埋点错误

... ... @@ -5510,7 +5510,7 @@ function nextStep(url, mobileNo, areaCode) {
// 统计代码:用于统计从哪个渠道登录
if (window._yas && window._yas.sendCustomInfo) {
window._yas.sendCustomInfo({
'loginRefer' : $sourceType
'loginRefer' : $sourceType.val()
}, false);
}
... ...
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
... ... @@ -47,7 +47,7 @@ function nextStep(url, mobileNo, areaCode) {
// 统计代码:用于统计从哪个渠道登录
if (window._yas && window._yas.sendCustomInfo) {
window._yas.sendCustomInfo({
'loginRefer' : $sourceType
'loginRefer' : $sourceType.val()
}, false);
}
... ...