r', function (e) {
d({
'page': 'qb',
'type': 2060,
'action': 'hover',
'area': 'user-name'
});
}).on('click', function (e) {
d({
'page': 'qb',
'type': 2060,
'action': 'click',
'area': 'user-name'
});
});
//“向TA求助”的点击量、点击用户数
$('body').on('click', '.fixed-ask, .fixed-ask-e', function (e) {
d({
'page': 'qb',
'type': 2060,
'action': 'click',
'area': 'fixed-ask'
});
});
// “举报“下“描述不清”等三项的展现量(PV)、 “描述不清”等三项的点击总量、 “描述不清”等三项的点击用户数
$('body').on('mouseenter', '.gt-accuse .accuse-enter', function (e) {
d({
'page': 'qb',
'type': 2060,
'action': 'hover',
'area': 'accuse-enter'
});
}).on('click', '.gt-accuse a', function (e) {
d({
'page': 'qb',
'type': 2060,
'action': 'click',
'area': 'gt-accuse-a'
});
});
// 新增分享打点统计
if ($.QueryValue(f, 'sharesource')) {
d({
module: 'question',
page: 'qb',
project: 'ne-qb-share',
postion: 'ne-share',
action: 'vie-by-share-' + $.QueryValue(f, 'sharesource')
});
}
// 个人行家回答特型tooltip
var mavinTips = [];
var mavinTimeout = [];
$('.mavin-reply-icon').each(function (index) {
var me = this;
var mavinLevelTitle = $(this).attr('data-title');
var mavinMajor = $(this).attr('data-ma
-->>(第22/26页)(本章未完,请点击下一页继续阅读)