Kaynağa Gözat

添加客户

shish 6 yıl önce
ebeveyn
işleme
a9d5d1d2c4
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  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()
 	{
 		$post = Yii::$app->request->post();
-		dd($post);
 		if ($post['mobile'] != $post['confirmMobile']) {
 			util::fail('二次输入手机号不一样');
 		}