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

埋点修复

parent d8dea3e6
...@@ -163,7 +163,7 @@ ...@@ -163,7 +163,7 @@
height: item.imgHeight + 'rpx', height: item.imgHeight + 'rpx',
width: item.imgWidth + 'rpx' width: item.imgWidth + 'rpx'
}" }"
@click="xingmaHandler(item.link)" @click="xingmaHandler(item.link, subIndex)"
mode="aspectFit" mode="aspectFit"
/> />
<text <text
...@@ -1693,13 +1693,13 @@ import md from '../../md'; ...@@ -1693,13 +1693,13 @@ import md from '../../md';
let buttonName = ''; let buttonName = '';
switch(subIndex){ switch(subIndex){
case 0: case 0:
buttonName = `次内容版块分类${activeTab.value+1}-内容1`; buttonName = `次内容版块分类${activeTab2.value+1}-内容1`;
break; break;
case 1: case 1:
buttonName = `次内容版块分类${activeTab.value+1}-内容2`; buttonName = `次内容版块分类${activeTab2.value+1}-内容2`;
break; break;
case 2: case 2:
buttonName = `次内容版块分类${activeTab.value+1}-内容3`; buttonName = `次内容版块分类${activeTab2.value+1}-内容3`;
break; break;
} }
...@@ -1711,7 +1711,7 @@ import md from '../../md'; ...@@ -1711,7 +1711,7 @@ import md from '../../md';
} }
//第三个三切页列表,星妈Talk //第三个三切页列表,星妈Talk
const xingmaHandler = (link) => { const xingmaHandler = (link, subIndex) => {
jump({ jump({
type: link.type,//JumpType.H5, type: link.type,//JumpType.H5,
url: link.url url: link.url
...@@ -1720,13 +1720,13 @@ import md from '../../md'; ...@@ -1720,13 +1720,13 @@ import md from '../../md';
let buttonName = ''; let buttonName = '';
switch(subIndex){ switch(subIndex){
case 0: case 0:
buttonName = `第三内容版块分类${activeTab.value+1}-内容1`; buttonName = `第三内容版块分类${activeTab3.value+1}-内容1`;
break; break;
case 1: case 1:
buttonName = `第三内容版块分类${activeTab.value+1}-内容2`; buttonName = `第三内容版块分类${activeTab3.value+1}-内容2`;
break; break;
case 2: case 2:
buttonName = `第三内容版块分类${activeTab.value+1}-内容3`; buttonName = `第三内容版块分类${activeTab3.value+1}-内容3`;
break; break;
} }
...@@ -1751,13 +1751,13 @@ import md from '../../md'; ...@@ -1751,13 +1751,13 @@ import md from '../../md';
let buttonName = ''; let buttonName = '';
switch(subIndex){ switch(subIndex){
case 0: case 0:
buttonName = `第四内容版块分类${activeTab.value+1}-内容1`; buttonName = `第四内容版块分类${activeTab4.value+1}-内容1`;
break; break;
case 1: case 1:
buttonName = `第四内容版块分类${activeTab.value+1}-内容2`; buttonName = `第四内容版块分类${activeTab4.value+1}-内容2`;
break; break;
case 2: case 2:
buttonName = `第四内容版块分类${activeTab.value+1}-内容3`; buttonName = `第四内容版块分类${activeTab4.value+1}-内容3`;
break; break;
} }
......
...@@ -1565,7 +1565,7 @@ ...@@ -1565,7 +1565,7 @@
break; break;
} }
buttonName1 = `-商品${googidx + 1}`; buttonName1 = `-商品${googidx}`;
md.sensorLogTake({ md.sensorLogTake({
xcxClick: "积分服务页-二屏页面点击", xcxClick: "积分服务页-二屏页面点击",
pageName: "积分服务页-二三四屏", 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