up
This commit is contained in:
@@ -53,3 +53,14 @@
|
|||||||
- `components/AppFooter.vue`:
|
- `components/AppFooter.vue`:
|
||||||
- script 中 `const version = __APP_VERSION__`
|
- script 中 `const version = __APP_VERSION__`
|
||||||
- 模板中版权行末尾显示 `v{{ version }}`(如 `v0.1.0`)
|
- 模板中版权行末尾显示 `v{{ version }}`(如 `v0.1.0`)
|
||||||
|
|
||||||
|
## 移动端 - 全局搜索功能
|
||||||
|
|
||||||
|
- `pages/index/index.vue`:欢迎区域右上角添加 🔍 搜索按钮,点击跳转到 `/pages/search/search`
|
||||||
|
- `pages/search/search.vue`:新建全局搜索页面
|
||||||
|
- 顶部蓝色搜索栏(输入框 + 返回按钮 + 清空按钮)
|
||||||
|
- 分类 Tab:全部 / 订单 / 工单 / 物品 / 容器
|
||||||
|
- 输入防抖 500ms,自动触发搜索
|
||||||
|
- 结果卡片显示图标、标题、描述,点击跳转详情
|
||||||
|
- 支持跳转到:订单详情、工单详情、物品详情、容器页
|
||||||
|
- `pages.json`:注册搜索页面路由
|
||||||
|
|||||||
+1
-1
Submodule frontend/ops2_uniapp updated: 09e806c969...7bcd159605
Reference in New Issue
Block a user