Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
ydLife
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sweet Zhang
ydLife
Commits
60174dcf
Commit
60174dcf
authored
Nov 02, 2022
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
银盾学院不能点
parent
4a96e5d7
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
23 additions
and
21 deletions
+23
-21
src/app/my/more-features/more-features.component.ts
+15
-13
src/app/my/my-center-home/my-center-home.component.ts
+1
-1
src/app/my/yd-college/yd-college.component.ts
+7
-7
src/assets/images/indexIcons/cffpTrainingDisabled.png
+0
-0
src/assets/images/indexIcons/insuranceABCDisabled.png
+0
-0
src/assets/images/indexIcons/newTrainingDisabled.png
+0
-0
src/assets/images/indexIcons/preJobTrainingDisabled.png
+0
-0
src/assets/images/indexIcons/productTrainingDisabled.png
+0
-0
src/assets/images/indexIcons/promotionTrainingDisabled.png
+0
-0
src/assets/images/indexIcons/training.png
+0
-0
src/assets/images/indexIcons/trainingDisabled.png
+0
-0
src/assets/images/indexIcons/ydCollegeDisabled.png
+0
-0
No files found.
src/app/my/more-features/more-features.component.ts
View file @
60174dcf
...
@@ -51,13 +51,13 @@ export class MoreFeaturesComponent implements OnInit,OnDestroy {
...
@@ -51,13 +51,13 @@ export class MoreFeaturesComponent implements OnInit,OnDestroy {
}
}
,{
,{
key
:
'05'
,
title
:
'银盾学院'
,
subItems
:[
key
:
'05'
,
title
:
'银盾学院'
,
subItems
:[
{
no
:
23
,
name
:
'保险ABC'
,
icon
:
'insuranceABC
'
,
link
:
''
,
path
:
`https://
${
window
.
location
.
host
}
/issue`
,
isOpen
:
tru
e
},
{
no
:
23
,
name
:
'保险ABC'
,
icon
:
'insuranceABC
Disabled'
,
link
:
''
,
path
:
`https://
${
window
.
location
.
host
}
/issue`
,
isOpen
:
fals
e
},
{
no
:
24
,
name
:
'岗前训'
,
icon
:
'preJobTraining
'
,
link
:
'/prejobTraining'
,
path
:
''
,
isOpen
:
tru
e
},
{
no
:
24
,
name
:
'岗前训'
,
icon
:
'preJobTraining
Disabled'
,
link
:
'/prejobTraining'
,
path
:
''
,
isOpen
:
fals
e
},
{
no
:
25
,
name
:
'新人训'
,
icon
:
'newTraining
'
,
link
:
'/newTraining'
,
path
:
''
,
isOpen
:
tru
e
},
{
no
:
25
,
name
:
'新人训'
,
icon
:
'newTraining
Disabled'
,
link
:
'/newTraining'
,
path
:
''
,
isOpen
:
fals
e
},
{
no
:
26
,
name
:
'提升训'
,
icon
:
'promotionTraining
'
,
link
:
'/advanceTraining'
,
path
:
''
,
isOpen
:
tru
e
},
{
no
:
26
,
name
:
'提升训'
,
icon
:
'promotionTraining
Disabled'
,
link
:
'/advanceTraining'
,
path
:
''
,
isOpen
:
fals
e
},
{
no
:
27
,
name
:
'CFFP培训'
,
icon
:
'cffpTraining
'
,
link
:
'/cffpTraining'
,
path
:
''
,
isOpen
:
tru
e
},
{
no
:
27
,
name
:
'CFFP培训'
,
icon
:
'cffpTraining
Disabled'
,
link
:
'/cffpTraining'
,
path
:
''
,
isOpen
:
fals
e
},
{
no
:
28
,
name
:
'产品培训'
,
icon
:
'productTraining
'
,
link
:
'/productTraining'
,
path
:
''
,
isOpen
:
tru
e
},
{
no
:
28
,
name
:
'产品培训'
,
icon
:
'productTraining
Disabled'
,
link
:
'/productTraining'
,
path
:
''
,
isOpen
:
fals
e
},
{
no
:
29
,
name
:
'我的培训'
,
icon
:
'training'
,
link
:
''
,
path
:
''
,
isOpen
:
false
},
{
no
:
29
,
name
:
'我的培训'
,
icon
:
'training
Disabled
'
,
link
:
''
,
path
:
''
,
isOpen
:
false
},
]
]
}
}
,{
,{
...
@@ -93,14 +93,16 @@ export class MoreFeaturesComponent implements OnInit,OnDestroy {
...
@@ -93,14 +93,16 @@ export class MoreFeaturesComponent implements OnInit,OnDestroy {
this
.
state
[
key
]
=
false
;
this
.
state
[
key
]
=
false
;
}
}
featureSelect
(
item
){
featureSelect
(
item
){
if
(
!
item
.
isOpen
){
if
(
item
.
isOpen
){
if
(
item
.
path
){
window
.
open
(
item
.
path
);
}
else
if
(
item
.
link
){
this
.
router
.
navigate
([
`./
${
item
.
link
}
`
]);
}
}
else
{
this
.
state
[
'modal1'
]
=
true
;
this
.
state
[
'modal1'
]
=
true
;
}
}
if
(
item
.
path
){
window
.
open
(
item
.
path
);
}
else
if
(
item
.
link
){
this
.
router
.
navigate
([
`./
${
item
.
link
}
`
]);
}
}
}
// 返回上一页
// 返回上一页
goBack
(){
goBack
(){
...
...
src/app/my/my-center-home/my-center-home.component.ts
View file @
60174dcf
...
@@ -20,7 +20,7 @@ export class MyCenterHomeComponent implements OnInit {
...
@@ -20,7 +20,7 @@ export class MyCenterHomeComponent implements OnInit {
{
key
:
'03'
,
name
:
'续期管理'
,
icon
:
'renewalManagement'
,
link
:
'/renewal_reminder'
,
isOpen
:
true
},
{
key
:
'03'
,
name
:
'续期管理'
,
icon
:
'renewalManagement'
,
link
:
'/renewal_reminder'
,
isOpen
:
true
},
{
key
:
'04'
,
name
:
'成交客户'
,
icon
:
'customers'
,
link
:
'/customer'
,
isOpen
:
true
},
{
key
:
'04'
,
name
:
'成交客户'
,
icon
:
'customers'
,
link
:
'/customer'
,
isOpen
:
true
},
{
key
:
'05'
,
name
:
'我的增员'
,
icon
:
'increaseStaff'
,
link
:
'/recruiting'
,
isOpen
:
true
},
{
key
:
'05'
,
name
:
'我的增员'
,
icon
:
'increaseStaff'
,
link
:
'/recruiting'
,
isOpen
:
true
},
{
key
:
'06'
,
name
:
'银盾学院'
,
icon
:
'ydCollege
'
,
link
:
'/yd-college'
,
isOpen
:
tru
e
},
{
key
:
'06'
,
name
:
'银盾学院'
,
icon
:
'ydCollege
Disabled'
,
link
:
'/yd-college'
,
isOpen
:
fals
e
},
{
key
:
'07'
,
name
:
'更多功能'
,
icon
:
'more'
,
link
:
'/moreFeatures'
,
isOpen
:
true
}
{
key
:
'07'
,
name
:
'更多功能'
,
icon
:
'more'
,
link
:
'/moreFeatures'
,
isOpen
:
true
}
]
]
public
bannerLists
=
[];
public
bannerLists
=
[];
...
...
src/app/my/yd-college/yd-college.component.ts
View file @
60174dcf
...
@@ -8,13 +8,13 @@ import { Router } from '@angular/router';
...
@@ -8,13 +8,13 @@ import { Router } from '@angular/router';
})
})
export
class
YdCollegeComponent
implements
OnInit
{
export
class
YdCollegeComponent
implements
OnInit
{
public
courseLists
=
[
public
courseLists
=
[
{
no
:
23
,
name
:
'保险ABC'
,
icon
:
'insuranceABC
'
,
link
:
''
,
path
:
`https://
${
window
.
location
.
host
}
/issue`
,
isOpen
:
tru
e
},
{
no
:
23
,
name
:
'保险ABC'
,
icon
:
'insuranceABC
Disabled'
,
link
:
''
,
path
:
`https://
${
window
.
location
.
host
}
/issue`
,
isOpen
:
fals
e
},
{
no
:
24
,
name
:
'岗前训'
,
icon
:
'preJobTraining
'
,
link
:
'/prejobTraining'
,
path
:
''
,
isOpen
:
tru
e
},
{
no
:
24
,
name
:
'岗前训'
,
icon
:
'preJobTraining
Disabled'
,
link
:
'/prejobTraining'
,
path
:
''
,
isOpen
:
fals
e
},
{
no
:
25
,
name
:
'新人训'
,
icon
:
'newTraining
'
,
link
:
'/newTraining'
,
path
:
''
,
isOpen
:
tru
e
},
{
no
:
25
,
name
:
'新人训'
,
icon
:
'newTraining
Disabled'
,
link
:
'/newTraining'
,
path
:
''
,
isOpen
:
fals
e
},
{
no
:
26
,
name
:
'提升训'
,
icon
:
'promotionTraining
'
,
link
:
'/advanceTraining'
,
path
:
''
,
isOpen
:
tru
e
},
{
no
:
26
,
name
:
'提升训'
,
icon
:
'promotionTraining
Disabled'
,
link
:
'/advanceTraining'
,
path
:
''
,
isOpen
:
fals
e
},
{
no
:
27
,
name
:
'CFFP培训'
,
icon
:
'cffpTraining
'
,
link
:
'/cffpTraining'
,
path
:
''
,
isOpen
:
tru
e
},
{
no
:
27
,
name
:
'CFFP培训'
,
icon
:
'cffpTraining
Disabled'
,
link
:
'/cffpTraining'
,
path
:
''
,
isOpen
:
fals
e
},
{
no
:
28
,
name
:
'产品培训'
,
icon
:
'productTraining
'
,
link
:
'/productTraining'
,
path
:
''
,
isOpen
:
tru
e
},
{
no
:
28
,
name
:
'产品培训'
,
icon
:
'productTraining
Disabled'
,
link
:
'/productTraining'
,
path
:
''
,
isOpen
:
fals
e
},
{
no
:
29
,
name
:
'我的培训'
,
icon
:
'training'
,
link
:
''
,
path
:
''
,
isOpen
:
false
},
{
no
:
29
,
name
:
'我的培训'
,
icon
:
'training
Disabled
'
,
link
:
''
,
path
:
''
,
isOpen
:
false
},
]
]
public
state
=
{
public
state
=
{
...
...
src/assets/images/indexIcons/cffpTrainingDisabled.png
0 → 100644
View file @
60174dcf
1.62 KB
src/assets/images/indexIcons/insuranceABCDisabled.png
0 → 100644
View file @
60174dcf
1.58 KB
src/assets/images/indexIcons/newTrainingDisabled.png
0 → 100644
View file @
60174dcf
958 Bytes
src/assets/images/indexIcons/preJobTrainingDisabled.png
0 → 100644
View file @
60174dcf
1.62 KB
src/assets/images/indexIcons/productTrainingDisabled.png
0 → 100644
View file @
60174dcf
915 Bytes
src/assets/images/indexIcons/promotionTrainingDisabled.png
0 → 100644
View file @
60174dcf
1.45 KB
src/assets/images/indexIcons/training.png
View file @
60174dcf
1.31 KB
|
W:
|
H:
3.98 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/assets/images/indexIcons/trainingDisabled.png
0 → 100644
View file @
60174dcf
1.31 KB
src/assets/images/indexIcons/ydCollegeDisabled.png
0 → 100644
View file @
60174dcf
809 Bytes
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment