|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<layout-page>
|
|
|
- <view class="pb-120">
|
|
|
+ <view class="pb-150">
|
|
|
<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" @click.stop="handleToLink({path: '/pagesA/vip/index'})"></image>
|
|
@@ -109,7 +109,7 @@ const list = ref([
|
|
|
{ title: '面试管理', path: '/pagesA/interview/index' },
|
|
|
{ title: '门墩儿商城', appId: 'wx6decdf12f9e7a061' },
|
|
|
{ title: '我要招聘', key: 'recruit' },
|
|
|
- // { title: '协议中心', path: '/pagesB/agreement/index', open: true }
|
|
|
+ { title: '协议中心', path: '/pagesB/agreement/index', open: true }
|
|
|
])
|
|
|
watch(
|
|
|
() => vip.value,
|
|
@@ -240,8 +240,8 @@ const handleLogoutConfirm = () => {
|
|
|
</script>
|
|
|
|
|
|
<style scoped lang="scss">
|
|
|
-.pb-120 {
|
|
|
- padding-bottom: 120rpx;
|
|
|
+.pb-150 {
|
|
|
+ padding-bottom: 150px;
|
|
|
}
|
|
|
.img-box {
|
|
|
width: 150rpx;
|