Authored by zzzzzzz

个人中心埋点参数

@@ -45,8 +45,11 @@ var getChannel = function() { @@ -45,8 +45,11 @@ var getChannel = function() {
45 $studentVe.on('click', function(){ 45 $studentVe.on('click', function(){
46 if (window._yas && window._yas.sendCustomInfo) { 46 if (window._yas && window._yas.sendCustomInfo) {
47 window._yas.sendCustomInfo({ 47 window._yas.sendCustomInfo({
48 - C_ID: getChannel(),  
49 - SRC_ID: 2 48 + op: 'YB_STUDENT_ATTCT_INFO',
  49 + param: JSON.stringify({
  50 + C_ID: getChannel(),
  51 + SRC_ID: 2,
  52 + }),
50 }, true); 53 }, true);
51 } 54 }
52 }); 55 });