|
@@ -3,7 +3,7 @@
|
|
|
<view class="pb-120">
|
|
|
<view class="text-center" :class="vip ? 'vipBox' : 'avatarBox'" @tap="handleTap">
|
|
|
<img :src="getUserAvatar(baseInfo?.avatar, baseInfo?.sex)" alt="" class="img-box">
|
|
|
- <image v-if="vip" src="/static/svg/vip.svg" class="vipIcon"></image>
|
|
|
+ <image v-if="vip" src="/static/svg/vip.svg" class="vipIcon" @click.stop="handleToLink({path: '/pagesA/vip/index'})"></image>
|
|
|
<view v-if="!useUserStore.isLogin" class="font-weight-bold font-size-20">点击登录</view>
|
|
|
<view v-else class="font-weight-bold font-size-20">{{ baseInfo?.name || userInfo?.phone }}</view>
|
|
|
</view>
|
|
@@ -97,8 +97,6 @@ const list = ref([
|
|
|
{ title: '我的分享码', path: 'shareQrCode' },
|
|
|
{ title: '在线简历', path: '/pagesA/resumeOnline/index' },
|
|
|
{ title: '附件简历', path: '/pagesA/resume/index' },
|
|
|
- // { title: '简历模板', path: '/pagesA/resume/index' },
|
|
|
- // { title: '屏蔽企业', path: '/pagesA/resume/index' },
|
|
|
{ title: '面试管理', path: '/pagesA/interview/index' },
|
|
|
{ title: '门墩儿商城', appId: 'wx6decdf12f9e7a061' },
|
|
|
{ title: '我要招聘', key: 'recruit' }
|