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;