diff --git a/project/fengdu/app/AppLearning/AppLearning.vue b/project/fengdu/app/AppLearning/AppLearning.vue index c23590f2..aed9924d 100644 --- a/project/fengdu/app/AppLearning/AppLearning.vue +++ b/project/fengdu/app/AppLearning/AppLearning.vue @@ -28,7 +28,7 @@ export default { }, data() { return { - component: "Detail", + component: "List", params: {}, include: [] }; @@ -40,7 +40,7 @@ export default { this.params = data.params; } - if (data.type === "list") { + if (data.type === "List") { this.component = "List"; this.params = data.params; diff --git a/project/fengdu/app/AppLearning/components/Detail.vue b/project/fengdu/app/AppLearning/components/Detail.vue index 06fe3812..7a5a4b63 100644 --- a/project/fengdu/app/AppLearning/components/Detail.vue +++ b/project/fengdu/app/AppLearning/components/Detail.vue @@ -6,29 +6,19 @@