|
@@ -129,10 +129,14 @@ var mine = {
|
|
// 我的企业跳转
|
|
// 我的企业跳转
|
|
$('.my-ent').on('click', function(e) {
|
|
$('.my-ent').on('click', function(e) {
|
|
setLiActive(e.currentTarget)
|
|
setLiActive(e.currentTarget)
|
|
- if(entUserInfo.isNew) {
|
|
|
|
- location.href = '/page_entniche_new/ent/enterprise?t=' + new Date().getTime()
|
|
|
|
|
|
+ if(entUserInfo.status === 2||entUserInfo.isPower) {
|
|
|
|
+ if(entUserInfo.isNew) {
|
|
|
|
+ location.href = '/page_entniche_new/ent/enterprise?t=' + new Date().getTime()
|
|
|
|
+ } else {
|
|
|
|
+ location.href = '/page_entniche/ent/enterprise?t=' + new Date().getTime()
|
|
|
|
+ }
|
|
} else {
|
|
} else {
|
|
- location.href = '/page_entniche/ent/enterprise?t=' + new Date().getTime()
|
|
|
|
|
|
+ location.href = '/page_entniche_new/ent/enterprise?t=' + new Date().getTime()
|
|
}
|
|
}
|
|
})
|
|
})
|
|
|
|
|