From 4b06c16ff5eadbd50af099f291a7eadf92c46a1b Mon Sep 17 00:00:00 2001 From: xiayebo <364530740@qq.com> Date: Sun, 30 Nov 2025 00:32:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + interaction-flow.md | 2 +- src/tabbar/config.ts | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9c8acd8..2b15ba8 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ src/manifest.json # 更新 uni-app 官方版本 # npx @dcloudio/uvm@latest +src/pages.json diff --git a/interaction-flow.md b/interaction-flow.md index 06849a8..8e7ac8c 100644 --- a/interaction-flow.md +++ b/interaction-flow.md @@ -1,5 +1,5 @@ # 应结账款页面交互流程图 - +navigationStyle: 'custom', ## 用户操作流程 ```mermaid diff --git a/src/tabbar/config.ts b/src/tabbar/config.ts index 01ba14a..a8600f0 100644 --- a/src/tabbar/config.ts +++ b/src/tabbar/config.ts @@ -51,7 +51,6 @@ export const customTabbarList: CustomTabBarItem[] = [ iconType: 'unocss', icon: 'i-carbon-home', // badge: 'dot', - navigationStyle: 'custom', }, { pagePath: 'pages/sort/index',