Commit 2cb7be3c by Sweet Zhang

Merge branch 'dev'

parents 73ce0e34 cf557cec
......@@ -57,8 +57,8 @@
<li style="text-indent: 12px;">完成率</li>
</ul>
<ul>
<li>¥{{onlineInfo?.fyc | number: "1.0-0"}}</li>
<li>¥{{onlineInfo?.fyp | number: "1.0-0"}}</li>
<li>¥{{onlineInfo?.fyp | number: "1.0-2"}}</li>
<li>¥{{onlineInfo?.fyc | number: "1.0-2"}}</li>
<li>{{onlineInfo?.count?onlineInfo.count:'-'}}</li>
<li style="text-indent: 12px;">{{onlineInfo?.completionRate?onlineInfo.completionRate + '%':'-'}}</li>
</ul>
......
......@@ -29,7 +29,7 @@ export class MineComponent implements OnInit {
{ name: `${this.lifeCommonService.dateFormat(new Date, ('M'))}月`, time: 1 },
{ name: `${this.getQuarter(this.lifeCommonService.dateFormat(new Date, ('M')))}`, time: 3 },
{ name: '本年度', time: 2 },
{ name:'往期历史' , time: 4 }
// { name:'往期历史' , time: 4 }
]
//初始化调本月线上 保费+ 本月线下保费
this.rank(1, 1, 1)
......
......@@ -21,9 +21,10 @@
<WingBlank *ngIf="bannerLists.length>0">
<Carousel [infinite]="true"
[vertical]="false"
[autoplay]="true"
[selectedIndex]="1"
>
<CarouselSlide *ngFor="let item of bannerLists" (click)="goBannerPro(item.destinationAddress)">
<CarouselSlide *ngFor="let item of bannerLists" (click)="goBannerPro(item.destinationAddress)">
<div style="display: inline-block; width: 100%;border-radius:10px;overflow:hidden" [ngStyle]="{'height': '145px'}">
<img src="{{item.filePath}}" style=" pointer-events: none; width: 100%;" />
</div>
......
......@@ -161,6 +161,7 @@
.onlineProductLists{
flex-direction: column;
overflow: hidden;
>div{
display: flex;
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