Commit 12df36db by doszhang

dos

parent e2c54000
......@@ -48,12 +48,12 @@ class IndexController extends Controller
}
public function checkWord() {
$this->ajaxReturn(array(
'status' => 1,
'msg' => '通过',
'step' => 3
));
return;
// $this->ajaxReturn(array(
// 'status' => 1,
// 'msg' => '通过',
// 'step' => 3
// ));
// return;
$name = $_POST['name'];
if($this->utf8_strlen($name) > 5 || empty($name))
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment