|
@@ -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)
|