From c807185db7a45165a931323ba4cdce2db651ee21 Mon Sep 17 00:00:00 2001 From: xingyy <373639591@qq.com> Date: Sat, 7 Oct 2023 15:23:42 +0800 Subject: [PATCH] submit --- App.vue | 3 +-- pages/home/index.vue | 5 +---- pages/mine/set-up.vue | 2 ++ 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/App.vue b/App.vue index 8592411..d95cd84 100644 --- a/App.vue +++ b/App.vue @@ -3,12 +3,11 @@ import tabBar from "./util/tabbar"; export default { onLaunch: function() { - // uni.setStorageSync("token",'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJJRCI6MCwiT3BlbklkIjoib01qYXY2NjlHMEtKcFlKNE1qWGhyNEh5cHhBUSIsIk5pY2tOYW1lIjoi5YiY5bCP5benIiwiVGVsTnVtIjoiMTUyNjI0ODE0OTgiLCJBdmF0YXIiOiJodHRwczovL2NkbnMuZm9udHJlZS5jbi9pbnZlbnRvcnkvZmlsZXMvaW1nL2MzNWQ1ODVhLTVjNTMtMTFlZS04OGRmLTAyNDJhYzEzMDAyNS5qcGciLCJJRE51bSI6IjMyMDMyNDE5OTAwNTA5NjY0WCIsImV4cCI6MTY5NTgxMTk4NCwiaXNzIjoibWFsbCJ9.QDDAiN5xFtL7BelKfgbnej_nO52T_UxQ7GFicHnQA2U') uni.hideTabBar(); uni.setStorageSync("tabBar", tabBar); }, - onShow: function(e) { + onShow: function() { console.log("App Show"); }, onHide: function() { diff --git a/pages/home/index.vue b/pages/home/index.vue index a2bfb9b..78ffabf 100644 --- a/pages/home/index.vue +++ b/pages/home/index.vue @@ -29,14 +29,11 @@