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 @@