|
@@ -27,6 +27,8 @@ class CustomController extends BaseController
|
|
|
$confirmMobile = $post['confirmMobile'];
|
|
$confirmMobile = $post['confirmMobile'];
|
|
|
$address = $post['address'] ?? '';
|
|
$address = $post['address'] ?? '';
|
|
|
|
|
|
|
|
|
|
+ util::fail('添加失败');
|
|
|
|
|
+
|
|
|
if (stringUtil::isMobile($mobile) == false) {
|
|
if (stringUtil::isMobile($mobile) == false) {
|
|
|
util::fail(' 请填写正确的手机号');
|
|
util::fail(' 请填写正确的手机号');
|
|
|
}
|
|
}
|