diff --git a/components/choice-location/choice-location.vue b/components/choice-location/choice-location.vue index 4d2ac465..3cc19207 100644 --- a/components/choice-location/choice-location.vue +++ b/components/choice-location/choice-location.vue @@ -5,7 +5,7 @@ {{ location.text || '' }} - + diff --git a/components/diy/header.vue b/components/diy/header.vue index 9b59f9fd..ce3cf16e 100644 --- a/components/diy/header.vue +++ b/components/diy/header.vue @@ -72,7 +72,6 @@ const app = getApp(); import componentDiySearch from '@/components/diy/search'; import imageEmpty from '@/components/diy/modules/image-empty'; - import hotWordList from '@/components/diy/modules/hot-word-list'; import componentChoiceLocation from '@/components/choice-location/choice-location'; import { isEmpty, background_computer, gradient_computer } from '@/common/js/common/common.js'; // 状态栏高度 @@ -98,7 +97,6 @@ components: { componentDiySearch, imageEmpty, - hotWordList, componentChoiceLocation, }, data() { diff --git a/components/diy/modules/hot-word-list.vue b/components/diy/modules/hot-word-list.vue deleted file mode 100644 index 842162a9..00000000 --- a/components/diy/modules/hot-word-list.vue +++ /dev/null @@ -1,75 +0,0 @@ - - - - - \ No newline at end of file diff --git a/components/diy/search.vue b/components/diy/search.vue index c96a4cb1..c50f0de1 100644 --- a/components/diy/search.vue +++ b/components/diy/search.vue @@ -47,11 +47,7 @@