Commit dc544841 authored by spc's avatar spc

md;

parent 53dbb12d
...@@ -147,8 +147,8 @@ const getShareData = (type) => { ...@@ -147,8 +147,8 @@ const getShareData = (type) => {
console.log('getShareData 被调用', type) console.log('getShareData 被调用', type)
const { proxy } = getCurrentInstance() const { proxy } = getCurrentInstance()
const $baseUrl = proxy.$baseUrl const $baseUrl = proxy.$baseUrl
const shareTitle = invitationText.value || '星妈会超级品牌周来啦!666积分兑换爱本纤纤3日装!' const shareTitle = '星妈会超级品牌周来啦!666积分兑换爱本纤纤3日装!'
const shareImage = invitationImageUrl.value || $baseUrl + 'Act915Page/v2/act915ShareImg.png' const shareImage = $baseUrl + 'Act915Page/v2/act915ShareImg.png'
const sharePath = type.from == 'button' ? `/activity0915/act0915/act0915?invitationCode=${invitationCode.value}` : `/activity0915/act0915/act0915` const sharePath = type.from == 'button' ? `/activity0915/act0915/act0915?invitationCode=${invitationCode.value}` : `/activity0915/act0915/act0915`
...@@ -428,6 +428,12 @@ const showPrizeModal = () => { ...@@ -428,6 +428,12 @@ const showPrizeModal = () => {
} }
const handleLotteryClick = () => { const handleLotteryClick = () => {
md.sensorComponentLogTake({
xcxComponentClick: "true",
pageName: "915专题活动首页",
componentName: "中部抽奖banner",
componentContent: "中部抽奖banner"
});
// 从配置中获取抽奖banner链接 // 从配置中获取抽奖banner链接
const lotteryLink = config.value?.lottery?.link const lotteryLink = config.value?.lottery?.link
if (lotteryLink) { if (lotteryLink) {
...@@ -590,6 +596,12 @@ const handleInvitationAssist = async (incomingCode) => { ...@@ -590,6 +596,12 @@ const handleInvitationAssist = async (incomingCode) => {
// 邀请按钮点击处理 // 邀请按钮点击处理
const handleInviteClick = () => { const handleInviteClick = () => {
md.sensorComponentLogTake({
xcxComponentClick: "true",
pageName: "915专题活动首页",
componentName: "邀请得好礼",
componentContent: "立即邀请"
});
console.log('点击邀请按钮') console.log('点击邀请按钮')
// 检查是否登录 // 检查是否登录
......
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