Commit 12df36db by doszhang

dos

parent e2c54000
...@@ -48,12 +48,12 @@ class IndexController extends Controller ...@@ -48,12 +48,12 @@ class IndexController extends Controller
} }
public function checkWord() { public function checkWord() {
$this->ajaxReturn(array( // $this->ajaxReturn(array(
'status' => 1, // 'status' => 1,
'msg' => '通过', // 'msg' => '通过',
'step' => 3 // 'step' => 3
)); // ));
return; // return;
$name = $_POST['name']; $name = $_POST['name'];
if($this->utf8_strlen($name) > 5 || empty($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