|
|
|
@ -27,7 +27,8 @@ |
|
|
|
|
<view style="margin: 20rpx auto;width: 90%;">转出验证:本次转出需要短信确认,验证码 已发送至您的手机 |
|
|
|
|
{{phoneHandle(this.user.userPhone)}} |
|
|
|
|
</view> |
|
|
|
|
<xt-verify-code class="code" v-model="params.code" @confirm="submit" :isFocus="isFocus"></xt-verify-code> |
|
|
|
|
<xt-verify-code class="code" v-model="params.code" @confirm="submit" :isFocus="isFocus"> |
|
|
|
|
</xt-verify-code> |
|
|
|
|
<button @click="send" class="oliout_butten" |
|
|
|
|
style="width:60%; border-radius: 50rpx;">{{time===0?'重新发送验证码':time+'S'}} |
|
|
|
|
</button> |
|
|
|
@ -197,6 +198,10 @@ |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.success_img { |
|
|
|
|
height: 100%; |
|
|
|
|
width: 100%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.poput_tip { |
|
|
|
|
width: 85vw; |
|
|
|
@ -227,15 +232,6 @@ |
|
|
|
|
margin-bottom: 25rpx; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// .xt__verify-code .xt__input-ground .xt__box-box.data-v-e4b72d00 { |
|
|
|
|
// height: 100rpx !important; |
|
|
|
|
// } |
|
|
|
|
|
|
|
|
|
// .xt__verify-code { |
|
|
|
|
// width: 90% !important; |
|
|
|
|
// margin: 0 auto !important; |
|
|
|
|
// } |
|
|
|
|
|
|
|
|
|
.oliout_butten { |
|
|
|
|
width: 90vw; |
|
|
|
|
margin: 0 auto; |
|
|
|
|