Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
ydgi
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
Chao Sun
ydgi
Commits
6e99e8f6
Commit
6e99e8f6
authored
Jul 28, 2020
by
Chao Sun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
注释暂时不需要的代码
parent
e32062e7
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
17 deletions
+13
-17
angular.json
+10
-10
src/app/my/my-center-home/my-center-home.component.html
+3
-3
src/app/my/my-center-home/my-center-home.component.ts
+0
-4
No files found.
angular.json
View file @
6e99e8f6
...
@@ -3,11 +3,11 @@
...
@@ -3,11 +3,11 @@
"version"
:
1
,
"version"
:
1
,
"newProjectRoot"
:
"projects"
,
"newProjectRoot"
:
"projects"
,
"projects"
:
{
"projects"
:
{
"yd
Life
"
:
{
"yd
gi
"
:
{
"root"
:
""
,
"root"
:
""
,
"sourceRoot"
:
"src"
,
//
源码根目录
"sourceRoot"
:
"src"
,
//
源码根目录
"projectType"
:
"application"
,
"projectType"
:
"application"
,
"prefix"
:
"yd
life
"
,
//
使用`ng
generate`命令时,自动为selector元数据的值添加的前缀名
"prefix"
:
"yd
gi
"
,
//
使用`ng
generate`命令时,自动为selector元数据的值添加的前缀名
"schematics"
:
{
"schematics"
:
{
"@schematics/angular:component"
:
{
"@schematics/angular:component"
:
{
"style"
:
"scss"
"style"
:
"scss"
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
"sourceMap"
:
false
,
"sourceMap"
:
false
,
"extractCss"
:
true
,
"extractCss"
:
true
,
"deployUrl"
:
""
,
"deployUrl"
:
""
,
"baseHref"
:
"/yd
Life
/"
,
"baseHref"
:
"/yd
gi
/"
,
"namedChunks"
:
false
,
"namedChunks"
:
false
,
"aot"
:
false
,
"aot"
:
false
,
"extractLicenses"
:
true
,
"extractLicenses"
:
true
,
...
@@ -67,7 +67,7 @@
...
@@ -67,7 +67,7 @@
"sourceMap"
:
false
,
"sourceMap"
:
false
,
"extractCss"
:
true
,
"extractCss"
:
true
,
"deployUrl"
:
""
,
"deployUrl"
:
""
,
"baseHref"
:
"/yd
Life
/"
,
"baseHref"
:
"/yd
gi
/"
,
"namedChunks"
:
false
,
"namedChunks"
:
false
,
"aot"
:
false
,
"aot"
:
false
,
"extractLicenses"
:
true
,
"extractLicenses"
:
true
,
...
@@ -93,7 +93,7 @@
...
@@ -93,7 +93,7 @@
"sourceMap"
:
false
,
"sourceMap"
:
false
,
"extractCss"
:
true
,
"extractCss"
:
true
,
"deployUrl"
:
""
,
"deployUrl"
:
""
,
"baseHref"
:
"/yd
Life
/"
,
"baseHref"
:
"/yd
gi
/"
,
"namedChunks"
:
false
,
"namedChunks"
:
false
,
"aot"
:
false
,
"aot"
:
false
,
"extractLicenses"
:
true
,
"extractLicenses"
:
true
,
...
@@ -112,18 +112,18 @@
...
@@ -112,18 +112,18 @@
"serve"
:
{
"serve"
:
{
"builder"
:
"@angular-devkit/build-angular:dev-server"
,
"builder"
:
"@angular-devkit/build-angular:dev-server"
,
"options"
:
{
"options"
:
{
"browserTarget"
:
"yd
Life
:build"
"browserTarget"
:
"yd
gi
:build"
},
},
"configurations"
:
{
"configurations"
:
{
"production"
:
{
"production"
:
{
"browserTarget"
:
"yd
Life
:build:production"
"browserTarget"
:
"yd
gi
:build:production"
}
}
}
}
},
},
"extract-i18n"
:
{
"extract-i18n"
:
{
"builder"
:
"@angular-devkit/build-angular:extract-i18n"
,
"builder"
:
"@angular-devkit/build-angular:extract-i18n"
,
"options"
:
{
"options"
:
{
"browserTarget"
:
"yd
Life
:build"
"browserTarget"
:
"yd
gi
:build"
}
}
},
},
"test"
:
{
"test"
:
{
...
@@ -166,11 +166,11 @@
...
@@ -166,11 +166,11 @@
"builder"
:
"@angular-devkit/build-angular:protractor"
,
"builder"
:
"@angular-devkit/build-angular:protractor"
,
"options"
:
{
"options"
:
{
"protractorConfig"
:
"e2e/protractor.conf.js"
,
"protractorConfig"
:
"e2e/protractor.conf.js"
,
"devServerTarget"
:
"yd
Life
:serve"
"devServerTarget"
:
"yd
gi
:serve"
},
},
"configurations"
:
{
"configurations"
:
{
"production"
:
{
"production"
:
{
"devServerTarget"
:
"yd
Life
:serve:production"
"devServerTarget"
:
"yd
gi
:serve:production"
}
}
}
}
},
},
...
...
src/app/my/my-center-home/my-center-home.component.html
View file @
6e99e8f6
...
@@ -61,11 +61,11 @@
...
@@ -61,11 +61,11 @@
¥{{onlineInfo?.fyc | number: "1.0-0"}}
¥{{onlineInfo?.fyc | number: "1.0-0"}}
</li>
</li>
<li
class=
"markPrice"
>
{{onlineInfo?.count?onlineInfo.count:'-'}}
</li>
<li
class=
"markPrice"
>
{{onlineInfo?.count?onlineInfo.count:'-'}}
</li>
<li
class=
"markPrice"
style=
"position: relative;top: 12px;"
>
<li
class=
"markPrice"
>
{{onlineInfo?.completionRate?onlineInfo.completionRate + '%':'-'}}
{{onlineInfo?.completionRate?onlineInfo.completionRate + '%':'-'}}
</li>
</li>
</ul>
</ul>
<ul
class=
"performance_list"
>
<
!-- <
ul class="performance_list">
<li>线下</li>
<li>线下</li>
<li class="markPrice" style="margin:0 7px;">
<li class="markPrice" style="margin:0 7px;">
¥{{offlineInfo?.fyp | number: "1.0-0"}}
¥{{offlineInfo?.fyp | number: "1.0-0"}}
...
@@ -77,7 +77,7 @@
...
@@ -77,7 +77,7 @@
<li class="markPrice">
<li class="markPrice">
</li>
</li>
</ul>
</ul>
-->
</div>
</div>
</div>
</div>
...
...
src/app/my/my-center-home/my-center-home.component.ts
View file @
6e99e8f6
...
@@ -57,7 +57,6 @@ export class MyCenterHomeComponent implements OnInit, AfterViewInit {
...
@@ -57,7 +57,6 @@ export class MyCenterHomeComponent implements OnInit, AfterViewInit {
]
]
//初始化调本月线上 保费+ 本月线下保费
//初始化调本月线上 保费+ 本月线下保费
this
.
rank
(
1
,
1
,
1
)
this
.
rank
(
1
,
1
,
1
)
this
.
rank
(
1
,
2
,
1
)
this
.
recommendPlanQuery
();
this
.
recommendPlanQuery
();
//判断是否团队长
//判断是否团队长
this
.
subordinateSystemMemberQuery
();
this
.
subordinateSystemMemberQuery
();
...
@@ -65,9 +64,6 @@ export class MyCenterHomeComponent implements OnInit, AfterViewInit {
...
@@ -65,9 +64,6 @@ export class MyCenterHomeComponent implements OnInit, AfterViewInit {
}
}
ngAfterViewInit
()
{
ngAfterViewInit
()
{
setTimeout
(()
=>
{
this
.
firstAnnouncementTitle
=
this
.
getStr
(
this
.
hide
.
nativeElement
.
innerText
,
'32'
)
},
400
);
}
}
getMenuList
()
{
getMenuList
()
{
...
...
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