fix: 分享页面隐藏原生导航栏,使用自定义标题栏
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Agent
2026-03-29 07:32:59 +00:00
parent 1c414036c7
commit 58fc2a9d90
2 changed files with 21 additions and 1 deletions

View File

@@ -105,7 +105,8 @@
{
"path": "pages/share/order",
"style": {
"navigationBarTitleText": "订单详情"
"navigationBarTitleText": "订单详情",
"navigationStyle": "custom"
}
}
],