achao 2 năm trước cách đây
mục cha
commit
e2f000551a
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      xiaochengxu/pages/mySet/myInfo.vue

+ 2 - 1
xiaochengxu/pages/mySet/myInfo.vue

@@ -255,6 +255,7 @@
 		},
 		data() {
 			return {
+				userInfo:{},
 				isShowCode: false,
 				selectCode: '',
 				id: '',
@@ -301,7 +302,7 @@
 			let imageUrl = this.poster
 			console.log("imageUrl", imageUrl)
 			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)
 				return {
 					title: this.popupshow ? `${that.currectData.name}分享的名片~` : '电子名片',