|
|
|
@ -895,13 +895,13 @@
|
|
|
|
|
imageUrl: this.IMAGE_URL + this.goodsDetail.mainPhotos[0].url
|
|
|
|
|
}
|
|
|
|
|
if (res.from === 'button') { // 来自页面内分享按钮
|
|
|
|
|
console.log(this.$store.state.invitationNo)
|
|
|
|
|
shareObj = {
|
|
|
|
|
title: "阿库网络公司正在邀请您加入瑞库客,0成本带您玩转副业",
|
|
|
|
|
path: '/pages/login/login?type=share',
|
|
|
|
|
path: '/pages/login/login?type=share&invite=' + this.$store.state.invitationNo,
|
|
|
|
|
imageUrl: this.STATIC_URL + 'invite.jpg'
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
console.log(this.$store.state.invitationNo)
|
|
|
|
|
if (!this.isLogin) {
|
|
|
|
|
shareObj = {
|
|
|
|
|
title: "阿库网络公司正在邀请您加入瑞库客,0成本带您玩转副业",
|
|
|
|
|