shish hace 6 años
padre
commit
a9d5d1d2c4
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      app/business/controllers/UserController.php

+ 0 - 1
app/business/controllers/UserController.php

@@ -78,7 +78,6 @@ class UserController extends BaseController
 	public function actionAdd()
 	public function actionAdd()
 	{
 	{
 		$post = Yii::$app->request->post();
 		$post = Yii::$app->request->post();
-		dd($post);
 		if ($post['mobile'] != $post['confirmMobile']) {
 		if ($post['mobile'] != $post['confirmMobile']) {
 			util::fail('二次输入手机号不一样');
 			util::fail('二次输入手机号不一样');
 		}
 		}