From 2d62200297546adc7e924392c6f13eb4d2cdaaae Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 5 Jan 2023 16:06:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=AE=E6=92=AD=E5=9B=BE=E7=89=87=E7=BC=96?= =?UTF-8?q?=E8=BE=91=EF=BC=8C=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tianfuxing/AppCarousel/AppCarousel.vue | 336 +++--------------- .../tianfuxing/AppCarousel/components/Add.vue | 326 +++++++++++++++++ .../AppCarousel/components/Detail.vue | 76 ++++ .../AppCarousel/components/List.vue | 165 +++++++++ 4 files changed, 618 insertions(+), 285 deletions(-) create mode 100644 project/tianfuxing/AppCarousel/components/Add.vue create mode 100644 project/tianfuxing/AppCarousel/components/Detail.vue create mode 100644 project/tianfuxing/AppCarousel/components/List.vue diff --git a/project/tianfuxing/AppCarousel/AppCarousel.vue b/project/tianfuxing/AppCarousel/AppCarousel.vue index babfce00..46964ac1 100644 --- a/project/tianfuxing/AppCarousel/AppCarousel.vue +++ b/project/tianfuxing/AppCarousel/AppCarousel.vue @@ -1,304 +1,70 @@ diff --git a/project/tianfuxing/AppCarousel/components/Add.vue b/project/tianfuxing/AppCarousel/components/Add.vue new file mode 100644 index 00000000..72bef62c --- /dev/null +++ b/project/tianfuxing/AppCarousel/components/Add.vue @@ -0,0 +1,326 @@ + + + + + diff --git a/project/tianfuxing/AppCarousel/components/Detail.vue b/project/tianfuxing/AppCarousel/components/Detail.vue new file mode 100644 index 00000000..edd5b6df --- /dev/null +++ b/project/tianfuxing/AppCarousel/components/Detail.vue @@ -0,0 +1,76 @@ + + + + + diff --git a/project/tianfuxing/AppCarousel/components/List.vue b/project/tianfuxing/AppCarousel/components/List.vue new file mode 100644 index 00000000..0112e486 --- /dev/null +++ b/project/tianfuxing/AppCarousel/components/List.vue @@ -0,0 +1,165 @@ + + + + +