Commit 40eb0645 authored by 王炽's avatar 王炽

埋点修复

parent d8dea3e6
......@@ -163,7 +163,7 @@
height: item.imgHeight + 'rpx',
width: item.imgWidth + 'rpx'
}"
@click="xingmaHandler(item.link)"
@click="xingmaHandler(item.link, subIndex)"
mode="aspectFit"
/>
<text
......@@ -1693,13 +1693,13 @@ import md from '../../md';
let buttonName = '';
switch(subIndex){
case 0:
buttonName = `次内容版块分类${activeTab.value+1}-内容1`;
buttonName = `次内容版块分类${activeTab2.value+1}-内容1`;
break;
case 1:
buttonName = `次内容版块分类${activeTab.value+1}-内容2`;
buttonName = `次内容版块分类${activeTab2.value+1}-内容2`;
break;
case 2:
buttonName = `次内容版块分类${activeTab.value+1}-内容3`;
buttonName = `次内容版块分类${activeTab2.value+1}-内容3`;
break;
}
......@@ -1711,7 +1711,7 @@ import md from '../../md';
}
//第三个三切页列表,星妈Talk
const xingmaHandler = (link) => {
const xingmaHandler = (link, subIndex) => {
jump({
type: link.type,//JumpType.H5,
url: link.url
......@@ -1720,13 +1720,13 @@ import md from '../../md';
let buttonName = '';
switch(subIndex){
case 0:
buttonName = `第三内容版块分类${activeTab.value+1}-内容1`;
buttonName = `第三内容版块分类${activeTab3.value+1}-内容1`;
break;
case 1:
buttonName = `第三内容版块分类${activeTab.value+1}-内容2`;
buttonName = `第三内容版块分类${activeTab3.value+1}-内容2`;
break;
case 2:
buttonName = `第三内容版块分类${activeTab.value+1}-内容3`;
buttonName = `第三内容版块分类${activeTab3.value+1}-内容3`;
break;
}
......@@ -1751,13 +1751,13 @@ import md from '../../md';
let buttonName = '';
switch(subIndex){
case 0:
buttonName = `第四内容版块分类${activeTab.value+1}-内容1`;
buttonName = `第四内容版块分类${activeTab4.value+1}-内容1`;
break;
case 1:
buttonName = `第四内容版块分类${activeTab.value+1}-内容2`;
buttonName = `第四内容版块分类${activeTab4.value+1}-内容2`;
break;
case 2:
buttonName = `第四内容版块分类${activeTab.value+1}-内容3`;
buttonName = `第四内容版块分类${activeTab4.value+1}-内容3`;
break;
}
......
......@@ -1565,7 +1565,7 @@
break;
}
buttonName1 = `-商品${googidx + 1}`;
buttonName1 = `-商品${googidx}`;
md.sensorLogTake({
xcxClick: "积分服务页-二屏页面点击",
pageName: "积分服务页-二三四屏",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment