Commit 4fd1b63b by Chao Sun

敬请期待弹框

parent 7a59e39b
...@@ -99,8 +99,9 @@ export class MyCenterHomeComponent implements OnInit, AfterViewInit { ...@@ -99,8 +99,9 @@ export class MyCenterHomeComponent implements OnInit, AfterViewInit {
// } // }
else if (item.no === 12) { else if (item.no === 12) {
this.router.navigate(['/salesDetail'], { queryParams: { type: this.performanceSelectedFlag } }); this.router.navigate(['/salesDetail'], { queryParams: { type: this.performanceSelectedFlag } });
} } else if (item.no === 8) {
else { return;
} else {
this.isNeedAlert = true; this.isNeedAlert = true;
this.dialogInfo = { this.dialogInfo = {
title: null, title: null,
......
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