|
@@ -497,7 +497,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 = `/pageA/cardHolder/scanCodeAddCard?id=${that.currectData.id}`
|
|
return {
|
|
return {
|
|
title: this.popupshow ? `${that.currectData.name}分享的名片~` : '电子名片',
|
|
title: this.popupshow ? `${that.currectData.name}分享的名片~` : '电子名片',
|
|
path: path,
|
|
path: path,
|