|  | @@ -27,11 +27,11 @@ export class RecommendDetailComponent {
 | 
											
												
													
														|  |      }
 |  |      }
 | 
											
												
													
														|  |    }
 |  |    }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -  //预设值变量
 |  | 
 | 
											
												
													
														|  | 
 |  | +  //预设值变量...
 | 
											
												
													
														|  |    view: Parse.Object | undefined;
 |  |    view: Parse.Object | undefined;
 | 
											
												
													
														|  | -  // 依赖注入
 |  | 
 | 
											
												
													
														|  | 
 |  | +  // 依赖注入...
 | 
											
												
													
														|  |    constructor(private route: ActivatedRoute) {
 |  |    constructor(private route: ActivatedRoute) {
 | 
											
												
													
														|  | -    // 查询参数获取并赋值给this.view
 |  | 
 | 
											
												
													
														|  | 
 |  | +    // 查询参数获取并赋值给this.view...
 | 
											
												
													
														|  |      this.route.queryParams.subscribe(params => {
 |  |      this.route.queryParams.subscribe(params => {
 | 
											
												
													
														|  |        this.getViewInfoById(params["id"])
 |  |        this.getViewInfoById(params["id"])
 | 
											
												
													
														|  |      })
 |  |      })
 |