浏览代码

猎聘职位分享人id

Xiao_123 6 月之前
父节点
当前提交
eb4ad1a13d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pagesB/positionDetail/index.vue

+ 1 - 1
pagesB/positionDetail/index.vue

@@ -386,7 +386,7 @@ onShareAppMessage((res) => {
   console.log(1, 'onShareAppMessage', res)
   let path = `/pagesB/positionDetail/index?jobId=${info.value.id}`
   if (info.value.hire) {
-    path += `&sharedById=${info.value.userId}`
+    path += `&sharedById=${useUserStore.accountInfo.userId}`
   }
   if(!canvasToTempFilePath.value){
 		setTimeout(() => {},1000)