|
@@ -255,6 +255,7 @@
|
|
},
|
|
},
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
|
|
+ userInfo:{},
|
|
isShowCode: false,
|
|
isShowCode: false,
|
|
selectCode: '',
|
|
selectCode: '',
|
|
id: '',
|
|
id: '',
|
|
@@ -301,7 +302,7 @@
|
|
let imageUrl = this.poster
|
|
let imageUrl = this.poster
|
|
console.log("imageUrl", imageUrl)
|
|
console.log("imageUrl", imageUrl)
|
|
if (res.from === 'button') {
|
|
if (res.from === 'button') {
|
|
- let path = `/pages/cardHolder/scanCodeAddCard?id=${that.currectData.id}`
|
|
|
|
|
|
+ let path = `/pages/cardHolder/scanCodeAddCard?id=${that.currectData.id},${that.userInfo.id}`
|
|
console.log("分享地址", path)
|
|
console.log("分享地址", path)
|
|
return {
|
|
return {
|
|
title: this.popupshow ? `${that.currectData.name}分享的名片~` : '电子名片',
|
|
title: this.popupshow ? `${that.currectData.name}分享的名片~` : '电子名片',
|