From bc074564383264442d63d17f61a4c2bc23e4210a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com>
Date: Wed, 16 Oct 2024 18:08:00 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E4=BB=B6=E9=80=BB?=
=?UTF-8?q?=E8=BE=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../choice-location/choice-location.vue | 2 +-
components/diy/header.vue | 2 -
components/diy/modules/hot-word-list.vue | 75 -------------------
components/diy/search.vue | 4 -
4 files changed, 1 insertion(+), 82 deletions(-)
delete mode 100644 components/diy/modules/hot-word-list.vue
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 @@
-
-
-
- {{ item.value }}
-
-
-
-
-
-
-
-
-
-
-
\ 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 @@