From 692eaad26cc7ae7c5ddb191cfaa981cdfccaa11c Mon Sep 17 00:00:00 2001 From: zhangkai <847704969@qq.com> Date: Fri, 30 May 2025 17:25:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE=E5=AF=B9?= =?UTF-8?q?=E5=BA=94=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/AppNews.vue | 2 +- components/AppRegiment.vue | 2 +- components/AppSearchdel.vue | 40 +++++++++++++++++++++++++------------ pages/index.vue | 2 +- 4 files changed, 30 insertions(+), 16 deletions(-) diff --git a/components/AppNews.vue b/components/AppNews.vue index 3343860..57cf5d5 100644 --- a/components/AppNews.vue +++ b/components/AppNews.vue @@ -112,7 +112,7 @@ const toSearch =() => { emit('toSwpe',9); emitter.emit('inputSea', { keywords:inputSearch.value, - type: 2, + type: 1, }); } const getPageList = async () => { diff --git a/components/AppRegiment.vue b/components/AppRegiment.vue index 6a6194e..6abdc52 100644 --- a/components/AppRegiment.vue +++ b/components/AppRegiment.vue @@ -98,7 +98,7 @@ const toSearch =() => { emit('toSwpe',9); emitter.emit('inputSea', { keywords:inputSearch.value, - type: 2, + type: 3, }); } const getPageList = async () => { diff --git a/components/AppSearchdel.vue b/components/AppSearchdel.vue index 63ebdaf..33ec47c 100644 --- a/components/AppSearchdel.vue +++ b/components/AppSearchdel.vue @@ -23,7 +23,7 @@