Authored by zzzzzzz

个人中心埋点参数

... ... @@ -45,8 +45,11 @@ var getChannel = function() {
$studentVe.on('click', function(){
if (window._yas && window._yas.sendCustomInfo) {
window._yas.sendCustomInfo({
op: 'YB_STUDENT_ATTCT_INFO',
param: JSON.stringify({
C_ID: getChannel(),
SRC_ID: 2
SRC_ID: 2,
}),
}, true);
}
});
\ No newline at end of file
... ...