diff --git a/src/pages-sub/home/wishesList/components/SortCollege.vue b/src/pages-sub/home/wishesList/components/SortCollege.vue
deleted file mode 100644
index 9cda6e9..0000000
--- a/src/pages-sub/home/wishesList/components/SortCollege.vue
+++ /dev/null
@@ -1,152 +0,0 @@
-
-
-
-
-
-
-
- {{ collegeIndex }}
-
-
-
- {{ calcTypeName(college.type).text }}
-
-
- {{
- Math.round(
- college.vItems.reduce((a, b) => a + Number(b.percentAge.replace('%', '')), 0) /
- college.vItems.length,
- )
- }}%
-
-
-
-
-
- {{ college.name }}
-
- {{ college.ownership }}·{{ college.educationCategory }}
-
-
-
- {{ college.features.slice(0, 3).join('/') }}/
-
- 排名{{ college.rank }}
-
-
- 代码{{ college.collegeCode }}
-
- {{ college.year }}计划{{ college.vItems.reduce((a, b) => a + b.planCount, 0) }}人
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/pages-sub/home/wishesList/components/SortMajor.vue b/src/pages-sub/home/wishesList/components/SortMajor.vue
deleted file mode 100644
index b52aebc..0000000
--- a/src/pages-sub/home/wishesList/components/SortMajor.vue
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
- {{ major.percentAge || '0%' }}
-
-
-
-
-
- {{ major.major.replace(/(\r\n|\n|\r)/g, '') }}
-
- {{ major.remark }}
-
-
- 代码{{ major.majorCode }}
- {{ year }}计划{{ major.planCount }}人
-
-
- 选科:{{ major.subjectClam }}
- 学费/学制:{{ major.fee }}/{{ major.academic }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/pages-sub/home/wishesList/wishesList.vue b/src/pages-sub/home/wishesList/wishesList.vue
index cdf6263..fd961de 100644
--- a/src/pages-sub/home/wishesList/wishesList.vue
+++ b/src/pages-sub/home/wishesList/wishesList.vue
@@ -9,116 +9,17 @@
-
-
-
-