From a0242f154f291c23567141c69dae905f67de11ea Mon Sep 17 00:00:00 2001 From: xjs Date: Tue, 29 Apr 2025 13:09:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AD=97=E6=AE=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages-sub/home/wishesList/components/ScrollListItem.vue | 2 +- .../home/wishesList/components/ScrollListItemAction.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages-sub/home/wishesList/components/ScrollListItem.vue b/src/pages-sub/home/wishesList/components/ScrollListItem.vue index ef0ab68..790f04c 100644 --- a/src/pages-sub/home/wishesList/components/ScrollListItem.vue +++ b/src/pages-sub/home/wishesList/components/ScrollListItem.vue @@ -21,7 +21,7 @@ - {{ college.name }} + {{ college.unName }} {{ college.city }}·{{ college.educationCategory }} diff --git a/src/pages-sub/home/wishesList/components/ScrollListItemAction.vue b/src/pages-sub/home/wishesList/components/ScrollListItemAction.vue index d5f2bab..2479707 100644 --- a/src/pages-sub/home/wishesList/components/ScrollListItemAction.vue +++ b/src/pages-sub/home/wishesList/components/ScrollListItemAction.vue @@ -3,7 +3,7 @@