Authored by hongweigao

详情页加入购物车埋点

@@ -415,6 +415,9 @@ bindEvent.add(function() { @@ -415,6 +415,9 @@ bindEvent.add(function() {
415 return; 415 return;
416 } 416 }
417 417
  418 + // 加入购物车埋點
  419 + yas.givePoint('YB_GDS_DT_ADD_TO_SC', {PRD_ID: getSku(), PRD_NUM: getNum() });
  420 +
418 $.ajax({ 421 $.ajax({
419 type: 'POST', 422 type: 'POST',
420 url: '/cart/index/add', 423 url: '/cart/index/add',