Commit 1f38c912 authored by 王炽's avatar 王炽

Merge branch 'feature/20250617home_md' of...

Merge branch 'feature/20250617home_md' of http://gitlab2.dui88.com/sparkprojects/20250528_FHQ1 into feature/20250617home_md
parents 40eb0645 3d9006bb
......@@ -46,6 +46,8 @@ export default {
this.contentImg = contentImg;
this.contentImgLen = contentImgLen;
this.shareTitle = shareTitle;
this.tabName = tabName;
this.title = title;
if(shareImg.indexOf('http') === -1){
this.shareImg = this.$baseUrl + shareImg;
}else{
......
......@@ -357,6 +357,10 @@ export default {
});
} else {
this.qrInfoObj = null;
md.sensorLogTake({
xcxPage: `品牌故事-鹤小飞家族小红书二维码半屏`,
pageName: `品牌故事-鹤小飞家族小红书二维码半屏`,
});
}
this.$refs.popup.open(this.popType);
},
......
......@@ -95,7 +95,7 @@
:data-log="{
xcxClick: '首页-三屏页面点击',
pageName: '首页-三屏',
buttonName: `首页内容资源位分类${index + 1}`
buttonName: `首页内容资源位分类${channelTabIndex+1}-${channelTabList[channelTabIndex]}-${index + 1}`
}" @tap="jumpLink(infoItem.link, false, false, $event)">
<image class="infoimg" :src="$baseUrl + infoItem.bgUrl"></image>
<view class="infotitle">{{ infoItem.desc }}</view>
......
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