From 9a5c92d92a20932434a0326fe73c073ceda98ea9 Mon Sep 17 00:00:00 2001 From: liudan <18634735655@163.com> Date: Thu, 19 Oct 2023 14:51:06 +0800 Subject: [PATCH] 1 --- App.vue | 5 ++--- unpackage/dist/build/h5/index.html | 2 +- .../h5/static/js/{index.e29c4434.js => index.5dabb014.js} | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) rename unpackage/dist/build/h5/static/js/{index.e29c4434.js => index.5dabb014.js} (61%) diff --git a/App.vue b/App.vue index f9fc909..74dc413 100644 --- a/App.vue +++ b/App.vue @@ -2,9 +2,7 @@ export default { onLaunch: function() { console.log('App Launch'); - uni.setNavigationBar({ // 隐藏返回键 - backButtonHidden: true - }); + document.querySelector('.uni-page-head-hd').style.display = 'none' }, onShow: function() { console.log('App Show'); @@ -12,6 +10,7 @@ export default { // uni.hideTabBar() // },100) }, + onHide: function() { console.log('App Hide'); } diff --git a/unpackage/dist/build/h5/index.html b/unpackage/dist/build/h5/index.html index 388092f..454cc20 100644 --- a/unpackage/dist/build/h5/index.html +++ b/unpackage/dist/build/h5/index.html @@ -1,2 +1,2 @@