Commit 2cb7be3c by Sweet Zhang

Merge branch 'dev'

parents 73ce0e34 cf557cec
...@@ -57,8 +57,8 @@ ...@@ -57,8 +57,8 @@
<li style="text-indent: 12px;">完成率</li> <li style="text-indent: 12px;">完成率</li>
</ul> </ul>
<ul> <ul>
<li>¥{{onlineInfo?.fyc | number: "1.0-0"}}</li> <li>¥{{onlineInfo?.fyp | number: "1.0-2"}}</li>
<li>¥{{onlineInfo?.fyp | number: "1.0-0"}}</li> <li>¥{{onlineInfo?.fyc | number: "1.0-2"}}</li>
<li>{{onlineInfo?.count?onlineInfo.count:'-'}}</li> <li>{{onlineInfo?.count?onlineInfo.count:'-'}}</li>
<li style="text-indent: 12px;">{{onlineInfo?.completionRate?onlineInfo.completionRate + '%':'-'}}</li> <li style="text-indent: 12px;">{{onlineInfo?.completionRate?onlineInfo.completionRate + '%':'-'}}</li>
</ul> </ul>
......
...@@ -29,7 +29,7 @@ export class MineComponent implements OnInit { ...@@ -29,7 +29,7 @@ export class MineComponent implements OnInit {
{ 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 },
{ name: '本年度', time: 2 }, { name: '本年度', time: 2 },
{ name:'往期历史' , time: 4 } // { name:'往期历史' , time: 4 }
] ]
//初始化调本月线上 保费+ 本月线下保费 //初始化调本月线上 保费+ 本月线下保费
this.rank(1, 1, 1) this.rank(1, 1, 1)
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
<WingBlank *ngIf="bannerLists.length>0"> <WingBlank *ngIf="bannerLists.length>0">
<Carousel [infinite]="true" <Carousel [infinite]="true"
[vertical]="false" [vertical]="false"
[autoplay]="true"
[selectedIndex]="1" [selectedIndex]="1"
> >
<CarouselSlide *ngFor="let item of bannerLists" (click)="goBannerPro(item.destinationAddress)"> <CarouselSlide *ngFor="let item of bannerLists" (click)="goBannerPro(item.destinationAddress)">
......
...@@ -161,6 +161,7 @@ ...@@ -161,6 +161,7 @@
.onlineProductLists{ .onlineProductLists{
flex-direction: column; flex-direction: column;
overflow: hidden;
>div{ >div{
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
......
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