Commit 6e99e8f6 by Chao Sun

注释暂时不需要的代码

parent e32062e7
......@@ -3,11 +3,11 @@
"version": 1,
"newProjectRoot": "projects",
"projects": {
"ydLife": {
"ydgi": {
"root": "",
"sourceRoot": "src", // 源码根目录
"projectType": "application",
"prefix": "ydlife", // 使用`ng generate`命令时,自动为selector元数据的值添加的前缀名
"prefix": "ydgi", // 使用`ng generate`命令时,自动为selector元数据的值添加的前缀名
"schematics": {
"@schematics/angular:component": {
"style": "scss"
......@@ -41,7 +41,7 @@
"sourceMap": false,
"extractCss": true,
"deployUrl": "",
"baseHref": "/ydLife/",
"baseHref": "/ydgi/",
"namedChunks": false,
"aot": false,
"extractLicenses": true,
......@@ -67,7 +67,7 @@
"sourceMap": false,
"extractCss": true,
"deployUrl": "",
"baseHref": "/ydLife/",
"baseHref": "/ydgi/",
"namedChunks": false,
"aot": false,
"extractLicenses": true,
......@@ -93,7 +93,7 @@
"sourceMap": false,
"extractCss": true,
"deployUrl": "",
"baseHref": "/ydLife/",
"baseHref": "/ydgi/",
"namedChunks": false,
"aot": false,
"extractLicenses": true,
......@@ -112,18 +112,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "ydLife:build"
"browserTarget": "ydgi:build"
},
"configurations": {
"production": {
"browserTarget": "ydLife:build:production"
"browserTarget": "ydgi:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "ydLife:build"
"browserTarget": "ydgi:build"
}
},
"test": {
......@@ -166,11 +166,11 @@
"builder": "@angular-devkit/build-angular:protractor",
"options": {
"protractorConfig": "e2e/protractor.conf.js",
"devServerTarget": "ydLife:serve"
"devServerTarget": "ydgi:serve"
},
"configurations": {
"production": {
"devServerTarget": "ydLife:serve:production"
"devServerTarget": "ydgi:serve:production"
}
}
},
......
......@@ -61,11 +61,11 @@
¥{{onlineInfo?.fyc | number: "1.0-0"}}
</li>
<li class="markPrice">{{onlineInfo?.count?onlineInfo.count:'-'}}</li>
<li class="markPrice" style="position: relative;top: 12px;">
<li class="markPrice">
{{onlineInfo?.completionRate?onlineInfo.completionRate + '%':'-'}}
</li>
</ul>
<ul class="performance_list">
<!-- <ul class="performance_list">
<li>线下</li>
<li class="markPrice" style="margin:0 7px;">
¥{{offlineInfo?.fyp | number: "1.0-0"}}
......@@ -77,7 +77,7 @@
<li class="markPrice">
&nbsp;
</li>
</ul>
</ul> -->
</div>
</div>
......
......@@ -57,7 +57,6 @@ export class MyCenterHomeComponent implements OnInit, AfterViewInit {
]
//初始化调本月线上 保费+ 本月线下保费
this.rank(1, 1, 1)
this.rank(1, 2, 1)
this.recommendPlanQuery();
//判断是否团队长
this.subordinateSystemMemberQuery();
......@@ -65,9 +64,6 @@ export class MyCenterHomeComponent implements OnInit, AfterViewInit {
}
ngAfterViewInit() {
setTimeout(() => {
this.firstAnnouncementTitle = this.getStr(this.hide.nativeElement.innerText, '32')
}, 400);
}
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