From 14baa19873ed843f09ff34f8d8df008dce95dce2 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期一, 15 四月 2024 14:46:52 +0800
Subject: [PATCH] #

---
 pages/mat/matQuery2.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pages/mat/matQuery2.vue b/pages/mat/matQuery2.vue
index b42ac48..bf1a1e7 100644
--- a/pages/mat/matQuery2.vue
+++ b/pages/mat/matQuery2.vue
@@ -2,7 +2,7 @@
 	<view>
 		<!-- 鎼滅储妗� -->
 		<view class="search-bar">
-			<uni-search-bar v-model="condition" placeholder=" 鎵爜 / 杈撳叆" bgColor="#EEEEEE" @confirm="search" />
+			<uni-search-bar v-model="condition" placeholder=" 鎵爜 / 杈撳叆" bgColor="#EEEEEE" @input="search" />
 		</view>
 		<scroll-view>
 			<view class="tag-list" v-for="(item,i) in tagList" :key="i" @click="showTag(item.id)">

--
Gitblit v1.9.1