|
@@ -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('二次输入手机号不一样');
|
|
|
}
|
|
}
|