Authored by 毕凯

修改埋点错误

@@ -5510,7 +5510,7 @@ function nextStep(url, mobileNo, areaCode) { @@ -5510,7 +5510,7 @@ function nextStep(url, mobileNo, areaCode) {
5510 // 统计代码:用于统计从哪个渠道登录 5510 // 统计代码:用于统计从哪个渠道登录
5511 if (window._yas && window._yas.sendCustomInfo) { 5511 if (window._yas && window._yas.sendCustomInfo) {
5512 window._yas.sendCustomInfo({ 5512 window._yas.sendCustomInfo({
5513 - 'loginRefer' : $sourceType 5513 + 'loginRefer' : $sourceType.val()
5514 }, false); 5514 }, false);
5515 } 5515 }
5516 5516
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) { @@ -47,7 +47,7 @@ function nextStep(url, mobileNo, areaCode) {
47 // 统计代码:用于统计从哪个渠道登录 47 // 统计代码:用于统计从哪个渠道登录
48 if (window._yas && window._yas.sendCustomInfo) { 48 if (window._yas && window._yas.sendCustomInfo) {
49 window._yas.sendCustomInfo({ 49 window._yas.sendCustomInfo({
50 - 'loginRefer' : $sourceType 50 + 'loginRefer' : $sourceType.val()
51 }, false); 51 }, false);
52 } 52 }
53 53