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('') - } + } } -