From 7dfc9010b0e4b56017d35c1aa23932f60ca10d36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E9=A3=9E=E6=B4=8B?= <15778543+xufeiyang6017@user.noreply.gitee.com> Date: Wed, 31 Dec 2025 13:44:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BC=B0=E4=BB=B7=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=88=B0=E5=BA=95=E9=83=A8=E5=AF=BC=E8=88=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 tabBar 中添加估价页面导航项 - 位置:消息和入驻之间 - 页面路径:pages/evaluate/index - 显示文字:估价 --- app.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app.json b/app.json index fe26c90..e65e84a 100644 --- a/app.json +++ b/app.json @@ -69,6 +69,10 @@ "pagePath": "pages/chat/index", "text": "消息" }, + { + "pagePath": "pages/evaluate/index", + "text": "估价" + }, { "pagePath": "pages/settlement/index", "text": "入驻"