更换邮箱添加文案说明
This commit is contained in:
parent
80e6ce855b
commit
9bb0ee8e88
@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<view>
|
||||
<view class="tips">找回密码和登录新设备时,可通过绑定的邮箱验证</view>
|
||||
<input class="input-email" :value="email" placeholder="请输入邮箱"
|
||||
placeholder-class="input-placeholder" :focus="true" @input="updateInputEmail"></input>
|
||||
<view class="view-top">
|
||||
@ -139,6 +140,12 @@ page {
|
||||
</style>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.tips {
|
||||
padding: 24rpx 32rpx 0 32rpx;
|
||||
font-size: 28rpx;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.input-email {
|
||||
border-radius: 16rpx;
|
||||
background: #FFFFFF;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user