|
|
规则提示2次密码输入不一致 ,验证码错误,是不是有参数没取
<div class="formRow">
<div class="formControls">
<input name="password" id="password" class="input_text radius" type="password" autocomplete="off" placeholder="设置密码" tabindex="3" datatype="*6-20" plugin="passwordStrength" nullmsg="请设置您的通行证登录密码!" errormsg="6~20个字符,区分大小写!" >
<input id="IEpassword" class="input_text IE8paw radius" type="text" value="设置密码" style="display:none">
<span class="passwordStrength" style="display:none;margin-left:25px;"><span>弱</span><span>中</span><span class="last">强</span></span> <span class="Validform_checktip"></span> </div>
</div>
<div class="formRow">
<div class="formControls">
<input name="password2" id="password2" class="input_text radius" type="password" autocomplete="off" placeholder="确认密码" tabindex="4" datatype="*" recheck="password" nullmsg="请再输入一次密码!" errormsg="您两次输入的密码不一致!">
<input id="IEpassword2" class="input_text IE8paw radius" type="text" value="设置密码" style="display:none">
</div>
</div>
<div class="formRow" id="phoneVerify" style="display:none;">
<div class="formControls" style="width:350px;">
<input id="phoneCodeInput" style="width:300px;" name="phoneCode" ajaxurl="checkPhoneCode.do?phoneNum=" class="input_text radius" type="text" autocomplete="off" placeholder="验证码" tabindex="5" datatype="*" nullmsg="请输入验证码" errormsg="验证码不正确">
<button class="verifyCodeSend btn btn-mid" type="button" onclick="verifyCodeSend();">发送验证码</button>
<span class="Validform_checktip" style="line-height: 30px;position: absolute;width: 200px;margin-left: 210px;margin-top: 12px;"></span>
</div>
</div>
<div class="formRow" id="emailVerify">
<div class="formControls">
<input id="verifyCodeInput" name="randomCode" ajaxurl="checkRandomCode.do" class="input_text radius" type="text" autocomplete="off" placeholder="验证码" tabindex="5" datatype="*" nullmsg="请输入验证码" errormsg="验证码不正确">
<a class="verifyCode" href="javascript:void()"><img src="" id="randomCodeImg" width="128" height="40"></a> <a class="verifyCodeChange" href="javascript:void()" onclick="loadRandomCode();" title="换一张"></a> <span class="Validform_checktip" style="display:none"><img src="http://static.zcool.com.cn/v1.0.0/passport/images/icon_warning_s.png" height="19"> 不区分大小写</span> </div>
</div> |
|