This commit is contained in:
冯辉
2025-11-19 18:40:27 +08:00
parent d12383ed50
commit 5dfb1c0053

View File

@@ -1,5 +1,5 @@
<template> <template>
<AppLayout title="" backGorundColor="#F4F4F4"> <AppLayout backGorundColor="#F4F4F4">
<template #headerleft> <template #headerleft>
<view class="btnback"> <view class="btnback">
<image src="@/static/icon/back.png" @click="navBack"></image> <image src="@/static/icon/back.png" @click="navBack"></image>
@@ -10,11 +10,12 @@
<image src="@/static/icon/share.png" @click="shareJob"></image> <image src="@/static/icon/share.png" @click="shareJob"></image>
</view> --> </view> -->
<view class="btn mar_ri10"> <view class="btn mar_ri10">
<image src="@/static/icon/collect3.png" v-if="!jobInfo.isCollection" @click="jobCollection"></image> <image src="@/static/icon/collect3.png" v-if="jobInfo.isCollection!==0" @click="jobCollection"></image>
<image src="@/static/icon/collect2.png" v-else @click="jobCollection"></image> <image src="@/static/icon/collect2.png" v-else @click="jobCollection"></image>
</view> </view>
</template> </template>
<view class="content" v-show="!isEmptyObject(jobInfo)"> <view class="content" v-show="!isEmptyObject(jobInfo)">
<view class="content-top btn-feel"> <view class="content-top btn-feel">
<view style="background: #ffffff;padding: 24rpx;box-shadow: 0rpx 0rpx 8rpx 0rpx rgba(0,0,0,0.04);border-radius: 20rpx 20rpx 20rpx 20rpx;position: relative;overflow: hidden;"> <view style="background: #ffffff;padding: 24rpx;box-shadow: 0rpx 0rpx 8rpx 0rpx rgba(0,0,0,0.04);border-radius: 20rpx 20rpx 20rpx 20rpx;position: relative;overflow: hidden;">
<view class="top-salary"> <view class="top-salary">
@@ -35,9 +36,15 @@
<dict-Label dictType="education" :value="jobInfo.education"></dict-Label> <dict-Label dictType="education" :value="jobInfo.education"></dict-Label>
</view> </view>
</view> </view>
<view class="position-source"> <!-- <view class="position-source">
<text>来源&nbsp;</text> <text>来源&nbsp;</text>
{{ jobInfo.dataSource }} {{ jobInfo.dataSource }}
</view> -->
<view class="position-source">
<view class="btn">
<image src="@/static/icon/collect3.png" v-if="jobInfo.isCollection!==0" @click="jobCollection"></image>
<image src="@/static/icon/collect2.png" v-else @click="jobCollection"></image>
</view>
</view> </view>
<view class="publish-time" v-if="jobInfo.postingDate"> <view class="publish-time" v-if="jobInfo.postingDate">
{{ formatPublishTime(jobInfo.postingDate) }} {{ formatPublishTime(jobInfo.postingDate) }}
@@ -656,7 +663,7 @@ for i in 0..100
top: 0 top: 0
right: 0 right: 0
width: fit-content; width: fit-content;
height: 76rpx; height: 65rpx;
padding: 0 24rpx padding: 0 24rpx
background: rgba(37,107,250,0.1); background: rgba(37,107,250,0.1);
box-shadow: 0rpx 0rpx 8rpx 0rpx rgba(0,0,0,0.04); box-shadow: 0rpx 0rpx 8rpx 0rpx rgba(0,0,0,0.04);