Kaynağa Gözat

手机号已使用提示

shish 6 yıl önce
ebeveyn
işleme
58acc677f2
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      app/shop/controllers/UserController.php

+ 1 - 1
app/shop/controllers/UserController.php

@@ -92,7 +92,7 @@ class UserController extends BaseController
         $mobile = $post['mobile'];
         $user = UserService::getByMobile($mobile, $this->merchantId);
         if (!empty($user)) {
-            util::fail('手机号已使用,客户已存在');
+            util::fail('手机号已使用');
         }
 
         $post['merchantId'] = $this->merchantId;