增加搜索页面

This commit is contained in:
xuli3099
2025-08-04 16:19:03 +08:00
parent 9542db8bad
commit da67a1bf5d
5 changed files with 265 additions and 69 deletions

View File

@@ -8,13 +8,13 @@
<!-- 高度来避免头部遮挡 -->
<view class="top-height"></view>
<!-- 搜索 -->
<!-- 搜索 @confirm="handleSearch" -->
<view class="search">
<uni-search-bar class="custom-search" radius="28"
placeholder="请输入您想查询的内容或服务"
clearButton="auto" cancelButton="none"
bgColor="#6FA2F8" textColor="#ffffff"
@confirm="handleSearch"
@focus="handleFocus"
/>
</view>
@@ -91,6 +91,11 @@ let handleExpand = (item)=>{
item.expandFlag = !item.expandFlag;
}
// 获取input 焦点跳转
let handleFocus=()=>{
uni.navigateTo({url:'/pages/search/search?type=2'})
}
// 查询搜索跳转
let handleSearch = ()=>{