|
@@ -314,14 +314,14 @@ const LoginBox = forwardRef((props,ref) => {
|
|
<View>
|
|
<View>
|
|
{checked ? (
|
|
{checked ? (
|
|
<Button
|
|
<Button
|
|
- className="index-quck-btn fontsize"
|
|
|
|
|
|
+ className="index-quck-btn fontsize36"
|
|
openType="getPhoneNumber"
|
|
openType="getPhoneNumber"
|
|
onGetPhoneNumber={quickLogin}
|
|
onGetPhoneNumber={quickLogin}
|
|
>
|
|
>
|
|
一键快捷登录
|
|
一键快捷登录
|
|
</Button>
|
|
</Button>
|
|
) : (
|
|
) : (
|
|
- <Button className="index-quck-btn fontsize" onClick={quickLogin}>
|
|
|
|
|
|
+ <Button className="index-quck-btn fontsize36" onClick={quickLogin}>
|
|
一键快捷登录
|
|
一键快捷登录
|
|
</Button>
|
|
</Button>
|
|
)}
|
|
)}
|
|
@@ -331,7 +331,7 @@ const LoginBox = forwardRef((props,ref) => {
|
|
</View>
|
|
</View>
|
|
</View>
|
|
</View>
|
|
) : (
|
|
) : (
|
|
- <View className="login-introduce phone-Login">
|
|
|
|
|
|
+ <View className="login-introduce phone-login">
|
|
<View className="title">
|
|
<View className="title">
|
|
<Text className="text-title">登录诚易融</Text>
|
|
<Text className="text-title">登录诚易融</Text>
|
|
<View onClick={handleClose} className="float">
|
|
<View onClick={handleClose} className="float">
|
|
@@ -345,7 +345,7 @@ const LoginBox = forwardRef((props,ref) => {
|
|
<View className="input-phone">
|
|
<View className="input-phone">
|
|
<Input
|
|
<Input
|
|
type="text"
|
|
type="text"
|
|
- placeholderClass="get"
|
|
|
|
|
|
+ placeholderClass="gray"
|
|
onInput={phoneNumChange}
|
|
onInput={phoneNumChange}
|
|
value={phone}
|
|
value={phone}
|
|
placeholder="请输入本人实名认证手机号"
|
|
placeholder="请输入本人实名认证手机号"
|
|
@@ -355,14 +355,14 @@ const LoginBox = forwardRef((props,ref) => {
|
|
<View className="input-password">
|
|
<View className="input-password">
|
|
<Input
|
|
<Input
|
|
type="text"
|
|
type="text"
|
|
- placeholderClass="get"
|
|
|
|
|
|
+ placeholderClass="gray"
|
|
onInput={validateChange}
|
|
onInput={validateChange}
|
|
value={validate}
|
|
value={validate}
|
|
placeholder="请输入验证码"
|
|
placeholder="请输入验证码"
|
|
maxlength={6}
|
|
maxlength={6}
|
|
/>
|
|
/>
|
|
{isGetValidate ? (
|
|
{isGetValidate ? (
|
|
- <View className="get">重新发送 ({time}S)</View>
|
|
|
|
|
|
+ <View className="gray">重新发送 ({time}S)</View>
|
|
) : (
|
|
) : (
|
|
<View className="gettime" onClick={isGetValidateChange}>
|
|
<View className="gettime" onClick={isGetValidateChange}>
|
|
获取验证码
|
|
获取验证码
|
|
@@ -390,7 +390,7 @@ const LoginBox = forwardRef((props,ref) => {
|
|
<Text onClick={goRegPage} className="blue">
|
|
<Text onClick={goRegPage} className="blue">
|
|
《注册政策》
|
|
《注册政策》
|
|
</Text>
|
|
</Text>
|
|
- <Text onClick={goRegPage} className="blue">
|
|
|
|
|
|
+ <Text onClick={goPrivacyPage} className="blue">
|
|
《隐私政策》
|
|
《隐私政策》
|
|
</Text>
|
|
</Text>
|
|
</View>
|
|
</View>
|