|
@ -33,6 +33,11 @@ $(function(){
|
33
|
33
|
|
34
|
34
|
/*注册按钮*/
|
35
|
35
|
$("#regbtn").on('click',function() {
|
|
36
|
var oStringLength=$("#username").val().length;
|
|
37
|
if(oStringLength>10){
|
|
38
|
bombox("请输入您的真实姓名");
|
|
39
|
return;
|
|
40
|
}
|
36
|
41
|
codeVal();
|
37
|
42
|
if(ifpassword && ifCode){
|
38
|
43
|
completeReg();
|
|
@ -181,7 +186,7 @@ $(function(){
|
181
|
186
|
//注册提交
|
182
|
187
|
function completeReg() {
|
183
|
188
|
$.ajax({
|
184
|
|
url:"/ajax/regmobile",
|
|
189
|
url:"/ajax/mobileReg",
|
185
|
190
|
data: {
|
186
|
191
|
state: state,
|
187
|
192
|
mobilePhone: $("#userphone").val(),
|