|
@@ -31,9 +31,9 @@
|
|
|
</span>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="d-flex justify-space-between mt-5 align-center">
|
|
|
+ <view class="d-flex mt-5 align-center" :style="{'justify-content': jobFairId ? 'flex-end' : 'space-between'}">
|
|
|
<!-- 收藏职位 -->
|
|
|
- <view @click="handleCollection" class="d-flex align-center">
|
|
|
+ <view v-if="!jobFairId" @click="handleCollection" class="d-flex align-center">
|
|
|
<uni-icons
|
|
|
:type="isCollection ? 'heart-filled' : 'heart'"
|
|
|
color="#00B760"
|
|
@@ -337,7 +337,7 @@ onLoad(async (options) => {
|
|
|
if (jobId) {
|
|
|
loading.value = true
|
|
|
loadingText.value = '加载中 . . . '
|
|
|
- getCollectionStatus()
|
|
|
+ if (!jobFairId) getCollectionStatus()
|
|
|
getPositionDetail()
|
|
|
} else {
|
|
|
loadingText.value = '加载失败 . . . '
|