|
@@ -302,19 +302,19 @@
|
|
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},${that.userInfo.id}`
|
|
|
|
|
|
+ let path = `/pageA/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}分享的名片~` : '电子名片',
|
|
path: path,
|
|
path: path,
|
|
- imageUrl: this.popupshow ? imageUrl : '',
|
|
|
|
|
|
+ imageUrl: imageUrl,
|
|
};
|
|
};
|
|
}
|
|
}
|
|
if (res.from === 'menu') {
|
|
if (res.from === 'menu') {
|
|
return {
|
|
return {
|
|
title: '我的名片',
|
|
title: '我的名片',
|
|
- path: '/pages/tabBarPro/index/index',
|
|
|
|
- imageUrl: this.popupshow ? imageUrl : ''
|
|
|
|
|
|
+ path: '/pages/cardHolder/cardHolder',
|
|
|
|
+ imageUrl: ''
|
|
};
|
|
};
|
|
}
|
|
}
|
|
},
|
|
},
|