From 0f5c226dce959c771cec3139f336ea091cd15cb4 Mon Sep 17 00:00:00 2001 From: 396316021 <396316021@qq.com> Date: Sat, 26 Aug 2023 12:52:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/Cron/detail.vue | 23 ++++++++++------------- pages/Index/index.vue | 18 ++++-------------- 2 files changed, 14 insertions(+), 27 deletions(-) diff --git a/pages/Cron/detail.vue b/pages/Cron/detail.vue index 5f546a1..4ab4aad 100644 --- a/pages/Cron/detail.vue +++ b/pages/Cron/detail.vue @@ -44,10 +44,11 @@ :custom-style="{padding:'0 26rpx',boxSizing:'border-box'}" > { - }) }, created() { // this.pagePadding = (api.navHeight().navPaddingTop+ @@ -183,21 +184,10 @@ export default { mounted() { this.title = this.$store.state.title; let token = uni.getStorageSync('token'); - // let user = uni.getStorageSync('user'); - // let userExtends = uni.getStorageSync('user-extends'); - // if (!token) { - // this.show = true; - // } else if (!user) { - // this.getUserDetail(); - // } else if (!userExtends) { if (token) { this.getUserExtend(); } - // } else { - // this.$store.commit('userInfo', user); - // this.$store.commit('userExtends', userExtends); - // } }, watch: { "$store.state.footCheck": {