Commit 6685b391 by sunchao

ydLife首页图标变更&投核保问题bug修复

parent 17311a6e
...@@ -78,8 +78,8 @@ export class MenuItemComponent implements OnInit { ...@@ -78,8 +78,8 @@ export class MenuItemComponent implements OnInit {
{ no: 23, subtitle: '我的报聘', icon: 'pin', path: '', routerLink: 'my_application' ,showSubMenu:true}, { no: 23, subtitle: '我的报聘', icon: 'pin', path: '', routerLink: 'my_application' ,showSubMenu:true},
{ no: 24, subtitle: '目标设置', icon: 'set', path: '', routerLink: 'target',showSubMenu:true }, { no: 24, subtitle: '目标设置', icon: 'set', path: '', routerLink: 'target',showSubMenu:true },
{ no: 11, subtitle: '文件下载', icon: 'download', path: 'https://www.ydinsurance.cn/?page_id=13957', routerLink: 'fileUpload',showSubMenu:true }, { no: 11, subtitle: '文件下载', icon: 'download', path: 'https://www.ydinsurance.cn/?page_id=13957', routerLink: 'fileUpload',showSubMenu:true },
{ no: 25, subtitle: '', icon: 'default', path: '', routerLink: '' ,showSubMenu:true}, // { no: 25, subtitle: '', icon: 'default', path: '', routerLink: '' ,showSubMenu:true},
{ no: 26, subtitle: '', icon: 'default', path: '', routerLink: '' ,showSubMenu:!this.isShowSalay} // { no: 26, subtitle: '', icon: 'default', path: '', routerLink: '' ,showSubMenu:!this.isShowSalay}
], ],
isShow: true isShow: true
}, },
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<!-- <img class="bg" src="assets/images/sales__bg.png" > --> <!-- <img class="bg" src="assets/images/sales__bg.png" > -->
<div class="content"> <div class="content">
<span class="iconfont icon-xianshi" [ngClass]="{'icon-yincang':isShowDashBoardData}" <span class="iconfont icon-xianshi" [ngClass]="{'icon-yincang':isShowDashBoardData}"
style="color: #fff;position: absolute;right: 82px;top: 8px;" (click)="isShowDashBoardData = !isShowDashBoardData"></span> style="color: #fff;position: absolute;right: 90px;top: 8px;" (click)="isShowDashBoardData = !isShowDashBoardData"></span>
<span class="detail" (click)="jumpToDetail()"><img style="max-width: 18%;margin-right: 2px;" <span class="detail" (click)="jumpToDetail()"><img style="max-width: 18%;margin-right: 2px;"
src="assets/images/icon_2.png">龙虎榜<i class="iconfont icon-ar-r" style="font-size:12px;"></i></span> src="assets/images/icon_2.png">龙虎榜<i class="iconfont icon-ar-r" style="font-size:12px;"></i></span>
<ul class="tab"> <ul class="tab">
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
</div> </div>
</div> </div>
<div class="part2"> <div class="part2">
<div class="part2_item activity_score" routerLink="scoreDeatil"> <div class="part2_item activity_score" routerLink="scoreDeatil" >
<div>活动量分值</div> <div>活动量分值</div>
<div style="width: 100%;"> <div style="width: 100%;">
<ul class="activities"> <ul class="activities">
...@@ -127,7 +127,7 @@ ...@@ -127,7 +127,7 @@
<div class="part2_item" routerLink="marketing"> <div class="part2_item" routerLink="marketing">
<span>营销工具</span> <span>营销工具</span>
</div> </div>
<div class="part2_item" routerLink="team"> <div class="part2_item" routerLink="team" style="background: #FFF5F5;">
<span>我的团队</span> <span>我的团队</span>
</div> </div>
</div> </div>
...@@ -135,7 +135,7 @@ ...@@ -135,7 +135,7 @@
<div class="part2_item" routerLink="exhibition"> <div class="part2_item" routerLink="exhibition">
<span>我的展业</span> <span>我的展业</span>
</div> </div>
<div class="part2_item" routerLink="trainingCenter"> <div class="part2_item" routerLink="trainingCenter" style="background: #FFF5F5;">
<span>教育培训</span> <span>教育培训</span>
</div> </div>
</div> </div>
......
...@@ -231,6 +231,9 @@ ul,ol{ ...@@ -231,6 +231,9 @@ ul,ol{
} }
} }
} }
.part2_item.activity_score,.part2_item.todo{
height: auto;
}
.part2_item:nth-child(1){ .part2_item:nth-child(1){
margin-right: 2%; margin-right: 2%;
flex-wrap: wrap; flex-wrap: wrap;
......
...@@ -55,7 +55,6 @@ export class MyCenterHomeComponent implements OnInit, AfterViewInit { ...@@ -55,7 +55,6 @@ export class MyCenterHomeComponent implements OnInit, AfterViewInit {
this.lifeCommonService.setTitle(title); this.lifeCommonService.setTitle(title);
this.deviceType = this.lifeCommonService.checkDeviceType(); this.deviceType = this.lifeCommonService.checkDeviceType();
this.lifeCustomerInfo = JSON.parse(localStorage.getItem('lifeCustomerInfo')) ? JSON.parse(localStorage.getItem('lifeCustomerInfo')) : null; this.lifeCustomerInfo = JSON.parse(localStorage.getItem('lifeCustomerInfo')) ? JSON.parse(localStorage.getItem('lifeCustomerInfo')) : null;
this.announcementQuery();
this.performanceList = [ this.performanceList = [
{ name: `${this.lifeCommonService.dateFormat(new Date, ('M'))}月`, time: 1 }, { name: `${this.lifeCommonService.dateFormat(new Date, ('M'))}月`, time: 1 },
{ name: `${this.getQuarter(this.lifeCommonService.dateFormat(new Date, ('M')))}`, time: 3 }, { name: `${this.getQuarter(this.lifeCommonService.dateFormat(new Date, ('M')))}`, time: 3 },
......
<div class="wrapper"> <div class="wrapper">
<div class="content"> <div class="content">
<div *ngFor="let listItem of List;index as i" class="line_content"> <div *ngFor="let listItem of List;index as i" class="line_content" (click)="isShrinkis(listItem);underwritingProblemSave(listItem)">
<h4> <h4>
<div> <div>
<i *ngIf="listItem.answer && listItem.isView=='0'"></i> <i *ngIf="listItem.answer && listItem.isView=='0'"></i>
<span>{{listItem.problem}}</span> <span>{{listItem.problem}}</span>
</div> </div>
<span class="iconfont icon-xiangxia" (click)="listItem.spread = !listItem.spread;underwritingProblemSave(listItem)" <span class="iconfont icon-xiangxia"
[ngStyle]="{'transform': listItem.spread ? 'rotate(180deg)' : 'rotate(0)'}" [ngStyle]="{'transform': listItem.spread ? 'rotate(180deg)' : 'rotate(0)'}"
*ngIf="listItem.answer" *ngIf="listItem.answer"
></span> ></span>
......
...@@ -44,4 +44,10 @@ export class MyQuestionComponent implements OnInit { ...@@ -44,4 +44,10 @@ export class MyQuestionComponent implements OnInit {
}) })
} }
} }
isShrinkis(listItem){
if(listItem.answer){
listItem.spread = !listItem.spread
}
}
} }
...@@ -456,8 +456,8 @@ export class RecruitingDetailComponent implements OnInit { ...@@ -456,8 +456,8 @@ export class RecruitingDetailComponent implements OnInit {
if(practitionerId){ if(practitionerId){
this.myService.practitionerDetailsQuery({practitionerId:practitionerId}).subscribe((res)=>{ this.myService.practitionerDetailsQuery({practitionerId:practitionerId}).subscribe((res)=>{
if(res['data']['praLabelItem']){ if(res['data']['praLabelItem']){
this.employQuery.subsystemId = res['data']['praLabelItem']['subordinateSystemId']; this.employQuery.subsystemId = res['data']['praLabelItem']['s2Id'];
this.employQuery.subsystem = res['data']['praLabelItem']['subordinateSystemName']; this.employQuery.subsystem = res['data']['praLabelItem']['s2SubordinateSystemName'];
this.employQuery.subsystemOwnerId = res['data']['praLabelItem']['s2TeamLeaderId']; this.employQuery.subsystemOwnerId = res['data']['praLabelItem']['s2TeamLeaderId'];
this.employQuery.subsystemOwner = res['data']['praLabelItem']['s2TeamLeaderName']; this.employQuery.subsystemOwner = res['data']['praLabelItem']['s2TeamLeaderName'];
this.employQuery.branchId = res['data']['praLabelItem']['insurerBranchId']; this.employQuery.branchId = res['data']['praLabelItem']['insurerBranchId'];
...@@ -465,7 +465,6 @@ export class RecruitingDetailComponent implements OnInit { ...@@ -465,7 +465,6 @@ export class RecruitingDetailComponent implements OnInit {
} }
}); });
} }
} }
saveMembership(){ saveMembership(){
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
<div style="top: -11px;">我的问题</div> <div style="top: -11px;">我的问题</div>
<i *ngIf="notViewCont>0">{{notViewCont}}</i> <i *ngIf="notViewCont>0">{{notViewCont}}</i>
</div> </div>
</div> </div>
<div class="search"> <div class="search">
<span class="iconfont icon-chazhao"></span> <span class="iconfont icon-chazhao"></span>
...@@ -40,13 +41,13 @@ ...@@ -40,13 +41,13 @@
</div> </div>
</header> </header>
<div class="content"> <div class="content">
<div *ngFor="let listItem of List;index as i" class="line_content"> <div *ngFor="let listItem of List;index as i" class="line_content" (click)="listItem.spread = !listItem.spread">
<h4> <h4>
<div> <div>
<i *ngIf="tagName=='热榜'">{{i+1}}</i> <i *ngIf="tagName=='热榜'">{{i+1}}</i>
<span>{{listItem.problem}}</span> <span>{{listItem.problem}}</span>
</div> </div>
<span class="iconfont icon-xiangxia" (click)="listItem.spread = !listItem.spread" <span class="iconfont icon-xiangxia"
[ngStyle]="{'transform': listItem.spread ? 'rotate(180deg)' : 'rotate(0)'}" [ngStyle]="{'transform': listItem.spread ? 'rotate(180deg)' : 'rotate(0)'}"
></span> ></span>
</h4> </h4>
......

2.04 KB | W: | H:

6.49 KB | W: | H:

src/assets/images/abc.png
src/assets/images/abc.png
src/assets/images/abc.png
src/assets/images/abc.png
  • 2-up
  • Swipe
  • Onion skin

3.35 KB | W: | H:

11.6 KB | W: | H:

src/assets/images/ai.png
src/assets/images/ai.png
src/assets/images/ai.png
src/assets/images/ai.png
  • 2-up
  • Swipe
  • Onion skin

2.07 KB | W: | H:

6.48 KB | W: | H:

src/assets/images/approval.png
src/assets/images/approval.png
src/assets/images/approval.png
src/assets/images/approval.png
  • 2-up
  • Swipe
  • Onion skin

1.32 KB | W: | H:

4.26 KB | W: | H:

src/assets/images/article.png
src/assets/images/article.png
src/assets/images/article.png
src/assets/images/article.png
  • 2-up
  • Swipe
  • Onion skin

1.47 KB | W: | H:

4.47 KB | W: | H:

src/assets/images/ask.png
src/assets/images/ask.png
src/assets/images/ask.png
src/assets/images/ask.png
  • 2-up
  • Swipe
  • Onion skin

1.98 KB | W: | H:

6.68 KB | W: | H:

src/assets/images/card.png
src/assets/images/card.png
src/assets/images/card.png
src/assets/images/card.png
  • 2-up
  • Swipe
  • Onion skin

1.87 KB | W: | H:

4.96 KB | W: | H:

src/assets/images/clinic.png
src/assets/images/clinic.png
src/assets/images/clinic.png
src/assets/images/clinic.png
  • 2-up
  • Swipe
  • Onion skin

2.53 KB | W: | H:

9.97 KB | W: | H:

src/assets/images/commission.png
src/assets/images/commission.png
src/assets/images/commission.png
src/assets/images/commission.png
  • 2-up
  • Swipe
  • Onion skin

2.46 KB | W: | H:

10.2 KB | W: | H:

src/assets/images/customer.png
src/assets/images/customer.png
src/assets/images/customer.png
src/assets/images/customer.png
  • 2-up
  • Swipe
  • Onion skin

2.47 KB | W: | H:

8.45 KB | W: | H:

src/assets/images/download.png
src/assets/images/download.png
src/assets/images/download.png
src/assets/images/download.png
  • 2-up
  • Swipe
  • Onion skin

3.13 KB | W: | H:

11.5 KB | W: | H:

src/assets/images/job.png
src/assets/images/job.png
src/assets/images/job.png
src/assets/images/job.png
  • 2-up
  • Swipe
  • Onion skin

2.53 KB | W: | H:

9.24 KB | W: | H:

src/assets/images/line.png
src/assets/images/line.png
src/assets/images/line.png
src/assets/images/line.png
  • 2-up
  • Swipe
  • Onion skin

1.36 KB | W: | H:

4.32 KB | W: | H:

src/assets/images/management.png
src/assets/images/management.png
src/assets/images/management.png
src/assets/images/management.png
  • 2-up
  • Swipe
  • Onion skin

1.77 KB | W: | H:

5.32 KB | W: | H:

src/assets/images/online.png
src/assets/images/online.png
src/assets/images/online.png
src/assets/images/online.png
  • 2-up
  • Swipe
  • Onion skin

1.36 KB | W: | H:

4.08 KB | W: | H:

src/assets/images/pin.png
src/assets/images/pin.png
src/assets/images/pin.png
src/assets/images/pin.png
  • 2-up
  • Swipe
  • Onion skin

1.69 KB | W: | H:

4.95 KB | W: | H:

src/assets/images/policy.png
src/assets/images/policy.png
src/assets/images/policy.png
src/assets/images/policy.png
  • 2-up
  • Swipe
  • Onion skin

2.12 KB | W: | H:

6.92 KB | W: | H:

src/assets/images/poster_p.png
src/assets/images/poster_p.png
src/assets/images/poster_p.png
src/assets/images/poster_p.png
  • 2-up
  • Swipe
  • Onion skin

2.41 KB | W: | H:

7.87 KB | W: | H:

src/assets/images/product.png
src/assets/images/product.png
src/assets/images/product.png
src/assets/images/product.png
  • 2-up
  • Swipe
  • Onion skin

3.12 KB | W: | H:

5.3 KB | W: | H:

src/assets/images/salary.png
src/assets/images/salary.png
src/assets/images/salary.png
src/assets/images/salary.png
  • 2-up
  • Swipe
  • Onion skin

2.87 KB | W: | H:

12.1 KB | W: | H:

src/assets/images/set.png
src/assets/images/set.png
src/assets/images/set.png
src/assets/images/set.png
  • 2-up
  • Swipe
  • Onion skin

1.25 KB | W: | H:

4.05 KB | W: | H:

src/assets/images/train.png
src/assets/images/train.png
src/assets/images/train.png
src/assets/images/train.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -284,3 +284,7 @@ footer.fixed{ ...@@ -284,3 +284,7 @@ footer.fixed{
border: 1px solid #DDD!important; border: 1px solid #DDD!important;
} }
.am-search-input input[type=search]{
font-size: 16px!important;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment