修改微信获取验证码按钮层级问题
parent
6ceeddde35
commit
0260fcd142
8
App.vue
8
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() {
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue