From 1934cfaafc4d031e8e7624d5f5c70e764a5d51da Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 10 May 2023 10:22:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=AB=E6=BA=AA=E5=A4=8D=E5=88=B6=E5=B9=B3?= =?UTF-8?q?=E6=98=8C=E5=85=9A=E5=BB=BA=E5=85=9A=E5=91=98=E9=98=B5=E5=9C=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/AppCommunityInfo/AppCommunityInfo.vue | 74 +++++++++ .../app/AppCommunityInfo/components/Add.vue | 134 +++++++++++++++ .../AppCommunityInfo/components/Detail.vue | 63 ++++++++ .../app/AppCommunityInfo/components/List.vue | 152 ++++++++++++++++++ 4 files changed, 423 insertions(+) create mode 100644 project/wuxi/app/AppCommunityInfo/AppCommunityInfo.vue create mode 100644 project/wuxi/app/AppCommunityInfo/components/Add.vue create mode 100644 project/wuxi/app/AppCommunityInfo/components/Detail.vue create mode 100644 project/wuxi/app/AppCommunityInfo/components/List.vue diff --git a/project/wuxi/app/AppCommunityInfo/AppCommunityInfo.vue b/project/wuxi/app/AppCommunityInfo/AppCommunityInfo.vue new file mode 100644 index 00000000..2834a533 --- /dev/null +++ b/project/wuxi/app/AppCommunityInfo/AppCommunityInfo.vue @@ -0,0 +1,74 @@ + + + + + diff --git a/project/wuxi/app/AppCommunityInfo/components/Add.vue b/project/wuxi/app/AppCommunityInfo/components/Add.vue new file mode 100644 index 00000000..d69298d0 --- /dev/null +++ b/project/wuxi/app/AppCommunityInfo/components/Add.vue @@ -0,0 +1,134 @@ + + + + + diff --git a/project/wuxi/app/AppCommunityInfo/components/Detail.vue b/project/wuxi/app/AppCommunityInfo/components/Detail.vue new file mode 100644 index 00000000..c410229d --- /dev/null +++ b/project/wuxi/app/AppCommunityInfo/components/Detail.vue @@ -0,0 +1,63 @@ + + + + + diff --git a/project/wuxi/app/AppCommunityInfo/components/List.vue b/project/wuxi/app/AppCommunityInfo/components/List.vue new file mode 100644 index 00000000..fa86247a --- /dev/null +++ b/project/wuxi/app/AppCommunityInfo/components/List.vue @@ -0,0 +1,152 @@ + + + + +