|
@@ -93,6 +93,7 @@ import PositionList from '@/components/PositionList'
|
|
import SwiperAd from '@/components/SwiperAd'
|
|
import SwiperAd from '@/components/SwiperAd'
|
|
import { getShareQueryById } from '@/api/jobFair.js'
|
|
import { getShareQueryById } from '@/api/jobFair.js'
|
|
import { formatName } from '@/utils/getText'
|
|
import { formatName } from '@/utils/getText'
|
|
|
|
+import { decodeURIComponentSafe } from '@/utils/index.js'
|
|
import { getEnterpriseDetails } from '@/api/user'
|
|
import { getEnterpriseDetails } from '@/api/user'
|
|
|
|
|
|
|
|
|
|
@@ -133,7 +134,7 @@ onLoad(async (options) => {
|
|
getJobFairDetail()
|
|
getJobFairDetail()
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- if (options.backgroundColor) backgroundColor.value = options.backgroundColor
|
|
|
|
|
|
+ if (options.backgroundColor) backgroundColor.value = decodeURIComponentSafe(options.backgroundColor)
|
|
|
|
|
|
// 转发朋友
|
|
// 转发朋友
|
|
onShareAppMessage(() => {
|
|
onShareAppMessage(() => {
|