From d0af1f8f8be39de831416ba44c254e33cb60da1f Mon Sep 17 00:00:00 2001 From: liguigong Date: Thu, 9 Oct 2025 17:42:59 +0800 Subject: [PATCH] =?UTF-8?q?feat(uploadClothes):=20=E9=9A=90=E8=97=8F?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=A4=B4=E9=83=A8=E5=B9=B6=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在页面挂载时隐藏 uni-app 默认头部导航栏- 更新 pages.json 中页面标题文本为 "1234" - 配置 titleNView选项以关闭 H5 和 app 端的标题栏 - 添加关于换发型功能的文档链接到 README.md --- README.md | 4 ++++ pages.json | 6 +++++- pages/uploadClothes/index.vue | 6 +++++- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80aa173..021aae3 100644 --- a/README.md +++ b/README.md @@ -48,3 +48,7 @@ PC的老版本地址: https://puton.meidaojia.com/ 【腾讯文档】PUTON美搭小程序-验收文档 https://docs.qq.com/sheet/DS0pybm5Yc1ViakNj 改成所有人可编辑了 + + + +换发型: https://leops128e7.feishu.cn/docx/HVCHdCAV8ok4bkxcaXVc6q6enXb diff --git a/pages.json b/pages.json index cf1ed0c..094fedd 100644 --- a/pages.json +++ b/pages.json @@ -100,8 +100,12 @@ { "path": "pages/uploadClothes/index", "style": { - "navigationBarTitleText": "123", + "navigationBarTitleText": "1234", "navigationStyle": "custom", + "titleNView": false, + "app-plus": { + "titleNView": false // 关闭 H5 端的标题栏 + }, "h5": { "titleNView": false // H5 端直接去掉浏览器默认标题栏 }, diff --git a/pages/uploadClothes/index.vue b/pages/uploadClothes/index.vue index 66baf33..0dc1719 100644 --- a/pages/uploadClothes/index.vue +++ b/pages/uploadClothes/index.vue @@ -57,7 +57,7 @@