From 7e848dd1587f477602a6e973dc6e735d6c8bd53e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=99=93=E7=90=AA?= Date: Thu, 8 Sep 2022 09:28:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=BC=BA=E5=88=B6=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=AF=86=E7=A0=81=E7=9A=84=E8=BF=94=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json | 3 +++ .../LearunApp-2.2.0/pages/my/newpassword.vue | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json index bfc7f984a..ee3d4255d 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json @@ -131,6 +131,9 @@ { "path": "pages/my/newpassword", "style": { "navigationBarTitleText": "设置密码" + }, + "titleNView": { + "autoBackButton": false } }, { diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my/newpassword.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my/newpassword.vue index 4bb8deece..db9a945e3 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my/newpassword.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my/newpassword.vue @@ -22,6 +22,11 @@ export default { confirmPwd: '' } }, + + mounted() { + var a = document.getElementsByClassName('uni-page-head-hd')[0] + a.style.display = 'none'; + }, methods: { // 提交修改