소스 검색

✨ feat:

zbb 1 주 전
부모
커밋
4f623019a0
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      pages/mine/card.vue

+ 2 - 0
pages/mine/card.vue

@@ -248,6 +248,7 @@
 		const snapshotPath = await generateCardPoster(cardInfo.value)
 		wx.showShareImageMenu({
 			path: snapshotPath,
+			entrancePath:'pages/splash/splash?userId=' + cardInfo.value.userId,
 			success: () => {
 				console.log('分享菜单已调起');
 			},
@@ -290,6 +291,7 @@
 		const qrFilePath = await base64ToTempFile(qrInfo.value.image)
 		wx.showShareImageMenu({
 			path: qrFilePath,
+			entrancePath:'pages/splash/splash?userId=' + cardInfo.value.userId,
 			success: () => {
 				console.log('分享菜单已调起');
 			},