|
@@ -21,7 +21,7 @@
|
|
|
<div class="d-flex align-center px-3 border-right cursor-pointer commonHover" @click="router.push('/recruit/enterprise/membershipPackage?key=1')">
|
|
|
<div>剩余M豆:{{ enterpriseUserAccount?.balance ? enterpriseUserAccount?.balance / 100 : 0 }}个</div>
|
|
|
</div>
|
|
|
- <!-- <svg-icon @click="handleToVip" name="vip" size="30" class="cursor-pointer ml-3"></svg-icon> -->
|
|
|
+ <svg-icon v-if="baseInfo?.vipFlag" name="vip" size="30" class="ml-3"></svg-icon>
|
|
|
|
|
|
<!-- 头像用户名 -->
|
|
|
<div class="d-flex align-center" v-if="showBall">
|
|
@@ -109,10 +109,6 @@ onMounted(() => {
|
|
|
}
|
|
|
})
|
|
|
|
|
|
-// const handleToVip = () => {
|
|
|
-// router.push({ path: '/recruit/enterprise/membershipPackage' })
|
|
|
-// }
|
|
|
-
|
|
|
const handleLogoClick = () => { window.open('/recruitHome') } // 点击logo
|
|
|
|
|
|
const enterpriseClick = (tabKey = 1) => {
|