| | |
| | | <view class="login_wrap"> |
| | | <view class="item"> |
| | | <view class="la">手机号</view> |
| | | <input v-model="form.phone" maxlength="18" placeholder-class="placeholder9" placeholder="请输入手机号" /> |
| | | <input v-model="form.phone" type="tel" maxlength="18" placeholder-class="placeholder9" placeholder="请输入手机号" /> |
| | | </view> |
| | | <view class="item"> |
| | | <view class="la">验证码</view> |
| | |
| | | v-model="form.code" |
| | | placeholder="请输入验证码" |
| | | placeholder-class="placeholder9" |
| | | type="text" |
| | | type="number" |
| | | /> |
| | | <text class="captcha" v-if="countDown == 0" @click="initCaptcha" |
| | | >获取验证码</text |