hid_msrpuwgj56ccf29 1 年之前
父节点
当前提交
d5defe9cfe
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      app-angular/src/modules/lesson/recommend-detail/recommend-detail.component.ts

+ 3 - 3
app-angular/src/modules/lesson/recommend-detail/recommend-detail.component.ts

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