...
|
...
|
@@ -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 |
...
|
...
|
|