Commit 6e99e8f6 by Chao Sun

注释暂时不需要的代码

parent e32062e7
...@@ -3,11 +3,11 @@ ...@@ -3,11 +3,11 @@
"version": 1, "version": 1,
"newProjectRoot": "projects", "newProjectRoot": "projects",
"projects": { "projects": {
"ydLife": { "ydgi": {
"root": "", "root": "",
"sourceRoot": "src", // 源码根目录 "sourceRoot": "src", // 源码根目录
"projectType": "application", "projectType": "application",
"prefix": "ydlife", // 使用`ng generate`命令时,自动为selector元数据的值添加的前缀名 "prefix": "ydgi", // 使用`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": "/ydLife/", "baseHref": "/ydgi/",
"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": "/ydLife/", "baseHref": "/ydgi/",
"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": "/ydLife/", "baseHref": "/ydgi/",
"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": "ydLife:build" "browserTarget": "ydgi:build"
}, },
"configurations": { "configurations": {
"production": { "production": {
"browserTarget": "ydLife:build:production" "browserTarget": "ydgi:build:production"
} }
} }
}, },
"extract-i18n": { "extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n", "builder": "@angular-devkit/build-angular:extract-i18n",
"options": { "options": {
"browserTarget": "ydLife:build" "browserTarget": "ydgi: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": "ydLife:serve" "devServerTarget": "ydgi:serve"
}, },
"configurations": { "configurations": {
"production": { "production": {
"devServerTarget": "ydLife:serve:production" "devServerTarget": "ydgi:serve:production"
} }
} }
}, },
......
...@@ -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">
&nbsp; &nbsp;
</li> </li>
</ul> </ul> -->
</div> </div>
</div> </div>
......
...@@ -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() {
......
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