Showing
1 changed file
with
2 additions
and
30 deletions
@@ -766,28 +766,10 @@ $(function() { | @@ -766,28 +766,10 @@ $(function() { | ||
766 | F_URL: url, F_INDEX: 4, I_INDEX: 0}); | 766 | F_URL: url, F_INDEX: 4, I_INDEX: 0}); |
767 | }); | 767 | }); |
768 | 768 | ||
769 | - $('#stu-good-more').click(function() { | ||
770 | - var url = $(this).attr('href'); | ||
771 | - | ||
772 | - // xls-5学生营销,页面加载埋点 | ||
773 | - givePoint('YB_STUDENT_VIP_FLR', {F_ID: 'stu-good-box', F_NAME: '热门单品', | ||
774 | - F_URL: url, F_INDEX: 5, I_INDEX: 0}); | ||
775 | - }); | ||
776 | - | ||
777 | $('.good-thumb').click(function() { | 769 | $('.good-thumb').click(function() { |
778 | - var url = $(this).attr('href'), | ||
779 | - index = $(this).closest('.good-info').index(), | 770 | + var index = $(this).closest('.good-info').index(), |
780 | proId = $(this).closest('.good-info').find('.product-id').html(); | 771 | proId = $(this).closest('.good-info').find('.product-id').html(); |
781 | 772 | ||
782 | - // xls-5学生营销,页面加载埋点 | ||
783 | - givePoint('YB_STUDENT_VIP_FLR', { | ||
784 | - F_ID: '', | ||
785 | - F_NAME: '热门单品', | ||
786 | - F_URL: url, | ||
787 | - F_INDEX: 5, | ||
788 | - I_INDEX: parseInt(index, 0) | ||
789 | - }); | ||
790 | - | ||
791 | // xls-5学生专享商品,加埋点 | 773 | // xls-5学生专享商品,加埋点 |
792 | givePoint('YB_STUDENT_VIP_GDS_LIST', { | 774 | givePoint('YB_STUDENT_VIP_GDS_LIST', { |
793 | PRD_NUM: parseInt(index, 0), | 775 | PRD_NUM: parseInt(index, 0), |
@@ -798,19 +780,9 @@ $(function() { | @@ -798,19 +780,9 @@ $(function() { | ||
798 | }); | 780 | }); |
799 | 781 | ||
800 | $('.stu-good-detail a').click(function() { | 782 | $('.stu-good-detail a').click(function() { |
801 | - var url = $(this).attr('href'), | ||
802 | - index = $(this).closest('.good-info').index(), | 783 | + var index = $(this).closest('.good-info').index(), |
803 | proId = $(this).closest('.good-info').find('.product-id').html(); | 784 | proId = $(this).closest('.good-info').find('.product-id').html(); |
804 | 785 | ||
805 | - // xls-5学生营销,页面加载埋点 | ||
806 | - givePoint('YB_STUDENT_VIP_FLR', { | ||
807 | - F_ID: '', | ||
808 | - F_NAME: '热门单品', | ||
809 | - F_URL: url, | ||
810 | - F_INDEX: 5, | ||
811 | - I_INDEX: parseInt(index, 0) | ||
812 | - }); | ||
813 | - | ||
814 | // xls-5学生专享商品,加埋点 | 786 | // xls-5学生专享商品,加埋点 |
815 | givePoint('YB_STUDENT_VIP_GDS_LIST', { | 787 | givePoint('YB_STUDENT_VIP_GDS_LIST', { |
816 | PRD_NUM: parseInt(index, 0), | 788 | PRD_NUM: parseInt(index, 0), |
-
Please register or login to post a comment