|
|
@ -21,6 +21,7 @@ |
|
|
:placeholderStyle="'font-size:32rpx;'" |
|
|
:placeholderStyle="'font-size:32rpx;'" |
|
|
placeholder="请输入手机号码" |
|
|
placeholder="请输入手机号码" |
|
|
:maxlength="11" |
|
|
:maxlength="11" |
|
|
|
|
|
type="number" |
|
|
/> |
|
|
/> |
|
|
</view> |
|
|
</view> |
|
|
<view class="captcha"> |
|
|
<view class="captcha"> |
|
|
@ -30,6 +31,7 @@ |
|
|
:placeholderStyle="'font-size:32rpx;'" |
|
|
:placeholderStyle="'font-size:32rpx;'" |
|
|
placeholder="请输入验证码" |
|
|
placeholder="请输入验证码" |
|
|
:maxlength="6" |
|
|
:maxlength="6" |
|
|
|
|
|
type="number" |
|
|
/> |
|
|
/> |
|
|
<view v-show="timer > 0" class="timer_area"> |
|
|
<view v-show="timer > 0" class="timer_area"> |
|
|
<text class="timer">{{ `(${timer}S后) ` }}</text> |
|
|
<text class="timer">{{ `(${timer}S后) ` }}</text> |
|
|
|