|
@@ -213,14 +213,12 @@ const handleShare = () => {
|
|
const result = await saveShareQuery({ jobFairId: route.params.id })
|
|
const result = await saveShareQuery({ jobFairId: route.params.id })
|
|
const query = {
|
|
const query = {
|
|
scene: 'id=' + result,
|
|
scene: 'id=' + result,
|
|
- path: 'pagesB/jobFair/positionClassification',
|
|
|
|
- // path: `pagesB/jobFair/${Number(jobFair.value?.category) ? 'enterprisesClassification' : 'positionClassification'}`,
|
|
|
|
|
|
+ path: `pagesB/jobFair/${Number(jobFair.value?.category) ? 'positionClassification' : 'enterprisesClassification'}`,
|
|
width: 200,
|
|
width: 200,
|
|
autoColor: false,
|
|
autoColor: false,
|
|
checkPath: true,
|
|
checkPath: true,
|
|
hyaline: false
|
|
hyaline: false
|
|
}
|
|
}
|
|
- // debugger
|
|
|
|
const data = await getJobAdvertisedShareQrcode(query)
|
|
const data = await getJobAdvertisedShareQrcode(query)
|
|
secondImg.src = 'data:image/png;base64,' + data
|
|
secondImg.src = 'data:image/png;base64,' + data
|
|
}
|
|
}
|