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