tangyi 2022-04-01 14:35:53 +08:00
commit 2aac1ae98c
2 changed files with 6 additions and 4 deletions

View File

@ -23,10 +23,10 @@
// #endif // #endif
}, },
onShow: function() { onShow: function() {
if(uni.getStorageSync('phone_active')){ // if(uni.getStorageSync('token')){
// token // // token
this.$toolAll.tools.refreshToken(); // this.$toolAll.tools.refreshToken();
} // }
}, },
onHide: function() { onHide: function() {

View File

@ -102,6 +102,7 @@ uni-radio .uni-radio-input {border: 1rpx solid #444444;}
position: absolute; position: absolute;
right: 20rpx; right: 20rpx;
top: 50%; top: 50%;
z-index: 2;
transform: translateY(-50%); transform: translateY(-50%);
background-color: #03affb; background-color: #03affb;
color: #FFFFFF; color: #FFFFFF;
@ -131,6 +132,7 @@ uni-radio .uni-radio-input {border: 1rpx solid #444444;}
position: absolute; position: absolute;
right: 0rpx; right: 0rpx;
top: 0rpx; top: 0rpx;
z-index: 2;
background-color: #03affb; background-color: #03affb;
color: #FFFFFF; color: #FFFFFF;
padding: 10rpx 20rpx; padding: 10rpx 20rpx;