From 1d7fbd9f5bb61c0bf85168d47119b1dcd23b0bd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Wed, 8 Oct 2025 16:30:39 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E5=86=99=E9=A6=96=E9=A1=B5=E7=9A=84?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E5=95=86=E5=93=81=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 7aa5f036..a7ad1c3b 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -34,7 +34,7 @@ + @confirm="searchInput" :value="selectKeyWord" @click="goSearchView"/> @@ -326,6 +326,9 @@ export default { }, methods: { + goSearchView(){ + NavgateTo('/packages/shop/search/index'); + }, goToShop() { uni.showModal({ title: '提示',