78

parent e8b03340
......@@ -60,7 +60,7 @@
</div>
<div class="line"></div>
<div class="invite-btn">
<img src="../../assets/activity/btn.png" @click="goToInvite" />
<img src="../../assets/activity/btn.png" ref="goToInvitePage" @click="goToInvite" />
</div>
</div>
</template>
......@@ -141,6 +141,7 @@ export default {
if (window.location.href.indexOf("invite_code") > -1) {
query.invite_code = this.$route.query.invite_code;
}
this.$sa.quick('trackHeatMap',this.$refs.goToInvitePage)
this.$router.push({ name: "activityInvite", query: query });
},
// 分享
......
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