From c47270ff1962e5554a1caa5274fa9723421801c8 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期二, 21 十一月 2023 10:50:33 +0800 Subject: [PATCH] # --- pages/business/cstmrInfo/cstmrInfo.vue | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/business/cstmrInfo/cstmrInfo.vue b/pages/business/cstmrInfo/cstmrInfo.vue index 89a33f8..127c2fd 100644 --- a/pages/business/cstmrInfo/cstmrInfo.vue +++ b/pages/business/cstmrInfo/cstmrInfo.vue @@ -17,7 +17,8 @@ </uni-nav-bar> <!-- 鎼滅储妗� --> <view class="search-bg"> - <uni-search-bar placeholder="瀹㈡埛浠e彿/鍚嶇О" bgColor="#f4f4f4" @confirm="search" /> + <!-- <uni-search-bar placeholder="瀹㈡埛浠e彿/鍚嶇О" bgColor="#f4f4f4" @confirm="search" /> --> + <u-search placeholder="瀹㈡埛浠e彿/鍚嶇О" v-model="keyword" :clearabled="true" @custom="search()" @search="search()"></u-search> </view> <view> <!-- 瀹㈡埛鍒楄〃 --> @@ -37,7 +38,7 @@ </view> </view> <!-- <uni-load-more :status="status" :icon-size="16" :content-text="contentText" /> --> - <u-empty v-if="true" icon="../../../static/image/emptyList.png" v-show="!csmtrList"/> + <u-empty v-if="true" icon="../../../static/image/emptyList.png" v-show="csmtrList.length <= 0" /> <view class="fxbtn"> <uni-icons type="plusempty" color="#fff" @click="add()" ></uni-icons> @@ -86,6 +87,7 @@ export default { data() { return { + keyword: '', user: { username: '', id: 0, -- Gitblit v1.9.1