From b30196c92a994ef78f592b4a25225ac91a56262f Mon Sep 17 00:00:00 2001 From: LuoShijie Date: Wed, 1 Nov 2023 22:40:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=97=E4=B8=96=E6=9D=B0=EF=BC=9A=E5=BA=97?= =?UTF-8?q?=E9=93=BA=E5=88=97=E8=A1=A8=E7=BB=84=E4=BB=B6=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/ShowShopList/ShowShopList.vue | 20 ++++++++ .../ShowShopListItem/ShowShopListItem.vue | 51 +++++++++++++++++++ pages/index/index.vue | 19 +++---- 3 files changed, 81 insertions(+), 9 deletions(-) create mode 100644 components/ShowShopList/ShowShopList.vue create mode 100644 components/ShowShopListItem/ShowShopListItem.vue diff --git a/components/ShowShopList/ShowShopList.vue b/components/ShowShopList/ShowShopList.vue new file mode 100644 index 0000000..a090a45 --- /dev/null +++ b/components/ShowShopList/ShowShopList.vue @@ -0,0 +1,20 @@ + + + + + \ No newline at end of file diff --git a/components/ShowShopListItem/ShowShopListItem.vue b/components/ShowShopListItem/ShowShopListItem.vue new file mode 100644 index 0000000..456e06d --- /dev/null +++ b/components/ShowShopListItem/ShowShopListItem.vue @@ -0,0 +1,51 @@ + + + + + \ No newline at end of file diff --git a/pages/index/index.vue b/pages/index/index.vue index 5acd1a8..e4e498f 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,5 +1,5 @@ @@ -74,17 +77,15 @@ } }, computed:{ - newsText() { - // return "寒雨连江夜入吴 平明送客楚山孤 洛阳亲友如相问 一片冰心在玉壶" - return this.newsTextLists.join('') - } + } } -