From f8ed6c9b46800105789afccc444c46c2aeb956dd Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期六, 03 八月 2024 13:47:18 +0800
Subject: [PATCH] update 合伙人二维码
---
pages/home/home.vue | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/pages/home/home.vue b/pages/home/home.vue
index 7e40797..900bce8 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -19,11 +19,12 @@
</view>
</view>
</view>
- <view class="search-container m-t-12 flex">
+ <view class="search-container m-t-12 flex" @click="goto('/pages/home/components/home-search',false)">
<view class="flex1 input">
- <u-input placeholder="请输入花名" v-model="search_flow">
- <template slot="suffix">
- <uni-icons color="#20613D" type="search" size="24" @click="buttonSearchFlow"></uni-icons>
+ <u-input placeholder="请输入花名" disabled v-model="search_flow">
+ <template slot="suffix">
+ <!-- @click="buttonSearchFlow" -->
+ <uni-icons color="#20613D" type="search" size="24" ></uni-icons>
</template>
</u-input>
</view>
--
Gitblit v1.9.3