From e4dc67055ea0c21e72815054c044b56a76ec625e Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期三, 17 四月 2024 13:08:36 +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