|
@@ -22,7 +22,7 @@
|
|
<div class="d-flex align-center px-3 border-right">
|
|
<div class="d-flex align-center px-3 border-right">
|
|
<div>{{ $t('enterprise.account.remainingPoints') }}:{{ enterpriseUserAccount?.balance || 0 }}点</div>
|
|
<div>{{ $t('enterprise.account.remainingPoints') }}:{{ enterpriseUserAccount?.balance || 0 }}点</div>
|
|
</div>
|
|
</div>
|
|
- <svg-icon @click="handleToVip" name="vip" size="30" class="cursor-pointer ml-3"></svg-icon>
|
|
|
|
|
|
+ <!-- <svg-icon @click="handleToVip" name="vip" size="30" class="cursor-pointer ml-3"></svg-icon> -->
|
|
|
|
|
|
<!-- 头像用户名 -->
|
|
<!-- 头像用户名 -->
|
|
<div class="d-flex align-center" v-if="showBall">
|
|
<div class="d-flex align-center" v-if="showBall">
|
|
@@ -110,9 +110,9 @@ onMounted(() => {
|
|
}
|
|
}
|
|
})
|
|
})
|
|
|
|
|
|
-const handleToVip = () => {
|
|
|
|
- router.push({ path: '/recruit/enterprise/membershipPackage' })
|
|
|
|
-}
|
|
|
|
|
|
+// const handleToVip = () => {
|
|
|
|
+// router.push({ path: '/recruit/enterprise/membershipPackage' })
|
|
|
|
+// }
|
|
|
|
|
|
const handleLogoClick = () => { window.open('/recruitHome') } // 点击logo
|
|
const handleLogoClick = () => { window.open('/recruitHome') } // 点击logo
|
|
|
|
|