From 1c53bba43561fa1ded32ccca9b77f367000b27f9 Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Fri, 2 Dec 2022 14:50:41 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E9=80=9A=E7=9F=A5=E5=BC=80=E5=8F=91=20=20?= =?UTF-8?q?=E6=B0=B4=E5=8D=B0=E4=BF=AE=E6=94=B9=20=20BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/notice/PortalAnnouncement.vue | 197 ++++++++++++++++++ back/src/views/modules/notice/index.html | 32 +++ front/src/App.vue | 34 ++- front/src/api/home.js | 10 +- .../src/views/newHome/components/Carousel.vue | 144 +++++++++++++ front/src/views/newHome/index.vue | 36 ++-- .../personalCenter/components/MyApply.vue | 2 +- .../personalCenter/components/MyPublish.vue | 101 ++++++--- 8 files changed, 501 insertions(+), 55 deletions(-) create mode 100644 back/src/views/modules/notice/PortalAnnouncement.vue create mode 100644 back/src/views/modules/notice/index.html create mode 100644 front/src/views/newHome/components/Carousel.vue diff --git a/back/src/views/modules/notice/PortalAnnouncement.vue b/back/src/views/modules/notice/PortalAnnouncement.vue new file mode 100644 index 00000000..166e2dcc --- /dev/null +++ b/back/src/views/modules/notice/PortalAnnouncement.vue @@ -0,0 +1,197 @@ + + + + diff --git a/back/src/views/modules/notice/index.html b/back/src/views/modules/notice/index.html new file mode 100644 index 00000000..b87bbe95 --- /dev/null +++ b/back/src/views/modules/notice/index.html @@ -0,0 +1,32 @@ + + + + + + 滚动文字 + + + + +你好 +山月剧 +明哥 + + \ No newline at end of file diff --git a/front/src/App.vue b/front/src/App.vue index 8644867e..7a12d9d6 100644 --- a/front/src/App.vue +++ b/front/src/App.vue @@ -2,7 +2,7 @@ * @Author: hisense.wuhongjian * @Date: 2022-05-06 11:12:00 * @LastEditors: Light - * @LastEditTime: 2022-11-29 17:28:20 + * @LastEditTime: 2022-12-01 15:46:55 * @Description: 告诉大家这是什么 -->