Commit b2122298 authored by 王炽's avatar 王炽

亲子埋点修复

parent 1f38c912
......@@ -214,7 +214,7 @@
width: item.imgWidth + 'rpx'
}"
mode="aspectFit"
@click="qinziHandler(item)"
@click="qinziHandler(item, subIndex)"
/>
<text
class="item-text2"
......@@ -1738,7 +1738,7 @@ import md from '../../md';
}
//第四个三切页列表,亲子生活
const qinziHandler = (item) => {
const qinziHandler = (item, subIndex) => {
if(item.isvideo){
openVideo($baseUrl + item.videoUrl);
}else{
......
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