修改微信获取验证码按钮层级问题

master
chen 2022-04-01 11:08:19 +08:00
parent 6ceeddde35
commit 0260fcd142
2 changed files with 6 additions and 4 deletions

View File

@ -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() {

View File

@ -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;