|
|
@@ -104,18 +104,21 @@
|
|
|
<view class="jobServer-box-btn flex justify-between" style="padding: 0 30px;">
|
|
|
<view class="jobServer-box-btn-item flex justify-center flex-wrap"
|
|
|
@click="goNav('/pages/my/onlineResume')">
|
|
|
- <image src="../../static/images/index/qwzn.svg" mode=""></image>
|
|
|
+ <!-- <image src="../../static/images/index/qwzn.svg" mode=""></image> -->
|
|
|
+ <image src="@/static/images/my/icons/home.png"></image>
|
|
|
<view class=""> 在线简历 </view>
|
|
|
<view class="info-tip" v-if="score < 60">待完善</view>
|
|
|
</view>
|
|
|
<view class="jobServer-box-btn-item flex justify-center flex-wrap"
|
|
|
@click="goNav('/pages/my/attachment')">
|
|
|
- <image src="../../static/images/index/cpbk.svg" mode=""></image>
|
|
|
+ <!-- <image src="../../static/images/index/cpbk.svg" mode=""></image> -->
|
|
|
+ <image src="@/static/images/my/icons/file.png" mode=""></image>
|
|
|
<view class=""> 附件简历 </view>
|
|
|
</view>
|
|
|
<view class="jobServer-box-btn-item flex justify-center flex-wrap"
|
|
|
@click="goNav('/package/jobIntention/tagManage')">
|
|
|
- <image src="../../static/images/index/fwzx.svg" mode=""></image>
|
|
|
+ <!-- <image src="../../static/images/index/fwzx.svg" mode=""></image> -->
|
|
|
+ <image src="@/static/images/my/icons/tag.png" mode=""></image>
|
|
|
<view class=""> 求职意向 </view>
|
|
|
</view>
|
|
|
<!-- <view class="jobServer-box-btn-item flex justify-center flex-wrap"
|
|
|
@@ -252,12 +255,14 @@
|
|
|
</view>
|
|
|
<view class="jobServer-box-btn-item flex justify-center flex-wrap"
|
|
|
@click="goNavStatus('/pages/my/jobPosting')">
|
|
|
- <image src="../../static/images/index/qwzn.svg" mode=""></image>
|
|
|
+ <!-- <image src="../../static/images/index/qwzn.svg" mode=""></image> -->
|
|
|
+ <image src="@/static/images/my/icons/home.png" mode=""></image>
|
|
|
<view class=""> 发布招聘 </view>
|
|
|
</view>
|
|
|
<view class="jobServer-box-btn-item flex justify-center flex-wrap"
|
|
|
@click="handleToCompanyIndex">
|
|
|
- <image src="../../static/images/index/fwzx.svg" mode=""></image>
|
|
|
+ <!-- <image src="../../static/images/index/fwzx.svg" mode=""></image> -->
|
|
|
+ <image src="@/static/images/my/icons/tag.png" mode=""></image>
|
|
|
<view class=""> 公司主页 </view>
|
|
|
<view class="info-tip" v-if="showCompanyInfoTip">待完善</view>
|
|
|
</view>
|