From 924ac8d826211e9508c220e7225cacb32dec9c2f Mon Sep 17 00:00:00 2001 From: zhaichao Date: Wed, 23 Sep 2026 18:17:01 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=90=9C=E7=B4=A2=E6=A0=8F?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 2 +- pages/search/search.vue | 22 ++++++++++++++++++++-- pages/tabs/messages.vue | 27 ++++++++++++++++++++++++--- 3 files changed, 45 insertions(+), 6 deletions(-) diff --git a/pages.json b/pages.json index 0031c9f..17a5231 100644 --- a/pages.json +++ b/pages.json @@ -36,7 +36,7 @@ { "path": "pages/me/performance", "style": { "navigationStyle": "custom", "navigationBarTitleText": "我的绩效" } }, { "path": "pages/notice/list", "style": { "navigationStyle": "custom", "navigationBarTitleText": "公告" } }, { "path": "pages/erp/hub", "style": { "navigationStyle": "custom", "navigationBarTitleText": "业务" } }, - { "path": "pages/search/search", "style": { "navigationStyle": "custom", "navigationBarTitleText": "搜索" } }, + { "path": "pages/search/search", "style": { "navigationStyle": "custom", "navigationBarTitleText": "搜索", "app-plus": { "animationType": "slide-in-right", "animationDuration": 280 } } }, { "path": "pages/preview/file", "style": { "navigationStyle": "custom", "navigationBarTitleText": "附件预览" } } ], "globalStyle": { diff --git a/pages/search/search.vue b/pages/search/search.vue index b930fcd..d0b34dd 100644 --- a/pages/search/search.vue +++ b/pages/search/search.vue @@ -1,5 +1,5 @@