Commit aa75d93c by Sweet Zhang

Merge branch 'master' of 139.224.139.2:Sweet/allCampaign

parents 67079ce8 aba6a967
...@@ -40,7 +40,6 @@ export class AgeComponent implements OnInit { ...@@ -40,7 +40,6 @@ export class AgeComponent implements OnInit {
} }
ngOnInit() { ngOnInit() {
this.lastQuestions = this.commonService.todosCopy.filter(item => item.pageId == 3).pop();
this.commonService.surveyInfo().then(res => { this.commonService.surveyInfo().then(res => {
this.curPageData = res['data']['survey']['pages'].filter(item => item.pageId === 3).pop(); this.curPageData = res['data']['survey']['pages'].filter(item => item.pageId === 3).pop();
this.pageAnswers.pageId = this.curPageData['pageId']; this.pageAnswers.pageId = this.curPageData['pageId'];
......
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