• This project
    • Loading...
  • Sign in

Hooke / manulife-weapp

Itomix
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • manulife-weapp
  • src
  • pages
  • search
  • index.config.js
  • hookehuyr's avatar
    feat: 新增搜索页面并完善首页搜索功能 · 13809edf ...
    13809edf
    - 创建搜索页面(/pages/search/index)
    - 实现搜索输入框和清空功能
    - 添加3个Tab切换:全部、产品、资料
    - 实现搜索结果列表展示
    - 添加空状态和初始状态UI
    - 添加热门搜索推荐功能
    - 首页搜索栏添加点击跳转
    - 在 app.config.js 中注册新页面
    
    Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
    hookehuyr authored 2026-01-29 23:37:21 +0800
index.config.js 115 Bytes
Raw Blame History Permalink
1 2 3 4 5
export default {
  navigationBarTitleText: '搜索',
  enablePullDownRefresh: true,
  backgroundColor: '#F9FAFB'
}