From 0260fcd142cc11b903b07ebc01087b3c1c7a81c4 Mon Sep 17 00:00:00 2001 From: chen <2659004835@qq.com> Date: Fri, 1 Apr 2022 11:08:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BE=AE=E4=BF=A1=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E9=AA=8C=E8=AF=81=E7=A0=81=E6=8C=89=E9=92=AE=E5=B1=82?= =?UTF-8?q?=E7=BA=A7=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 8 ++++---- commons/flying-monkey.css | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/App.vue b/App.vue index ffadcf2..cf970ac 100644 --- a/App.vue +++ b/App.vue @@ -23,10 +23,10 @@ // #endif }, onShow: function() { - if(uni.getStorageSync('phone_active')){ - // 刷新token - this.$toolAll.tools.refreshToken(); - } + // if(uni.getStorageSync('token')){ + // // 刷新token + // this.$toolAll.tools.refreshToken(); + // } }, onHide: function() { diff --git a/commons/flying-monkey.css b/commons/flying-monkey.css index 701ca57..94c94e1 100644 --- a/commons/flying-monkey.css +++ b/commons/flying-monkey.css @@ -102,6 +102,7 @@ uni-radio .uni-radio-input {border: 1rpx solid #444444;} position: absolute; right: 20rpx; top: 50%; + z-index: 2; transform: translateY(-50%); background-color: #03affb; color: #FFFFFF; @@ -131,6 +132,7 @@ uni-radio .uni-radio-input {border: 1rpx solid #444444;} position: absolute; right: 0rpx; top: 0rpx; + z-index: 2; background-color: #03affb; color: #FFFFFF; padding: 10rpx 20rpx;