解压上文的baseCheck,把里面的JS放到页面上
然后在现有的地方加上下面的html
<input type="text" name="mobileCode" id="mobileCode" maxlength="11" style="width:150px;" />
<a class="btn" href="javascript:void(0);" οnclick="sendMobileCode();" id="sendMobileCode">
<span id="dyMobileButton">获取短信验证码</span></a>