|
@@ -13,7 +13,7 @@
|
|
|
<span class="icon iconfont right-icon"></span>
|
|
|
</view>
|
|
|
<view class="password-box">
|
|
|
- <input type="text" placeholder="请输入验证码" v-model="verify">
|
|
|
+ <input type="text" placeholder="请输入验证码" v-model="verify" maxlength="6" >
|
|
|
<text class="icon iconfont left-icon"></text>
|
|
|
<view @click="getVerifyCode">
|
|
|
<!-- <text class="right-icon verify">获取验证码</text> -->
|