@@ -409,6 +409,6 @@ if(!uid || !uname){
})
var timer = window.setInterval(function() {
$.post(registUrl,JSON.stringify({uid,uname}),function(res){})
- }, 2000)
+ }, 5000)
}