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
2cb7be3c
Commit
2cb7be3c
authored
Aug 10, 2022
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev'
parents
73ce0e34
cf557cec
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
3 deletions
+5
-3
src/app/my/mine/mine.component.html
+2
-2
src/app/my/mine/mine.component.ts
+1
-1
src/app/my/my-center-home/my-center-home.component.html
+1
-0
src/app/my/my-center-home/my-center-home.component.scss
+1
-0
src/assets/images/productData/commonProblem.png
+0
-0
No files found.
src/app/my/mine/mine.component.html
View file @
2cb7be3c
...
@@ -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?.fy
c | number: "1.0-0
"}}
</li>
<li>
¥{{onlineInfo?.fy
p | number: "1.0-2
"}}
</li>
<li>
¥{{onlineInfo?.fy
p | number: "1.0-0
"}}
</li>
<li>
¥{{onlineInfo?.fy
c | 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>
...
...
src/app/my/mine/mine.component.ts
View file @
2cb7be3c
...
@@ -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
)
...
...
src/app/my/my-center-home/my-center-home.component.html
View file @
2cb7be3c
...
@@ -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
)"
>
...
...
src/app/my/my-center-home/my-center-home.component.scss
View file @
2cb7be3c
...
@@ -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
;
...
...
src/assets/images/productData/commonProblem.png
0 → 100644
View file @
2cb7be3c
3.45 KB
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