Browse Source

只有邀请的才能注册哦

shish 6 years ago
parent
commit
a3739e8e6b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/shop/controllers/ApplyController.php

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

@@ -59,7 +59,7 @@ class ApplyController extends BaseController
 		$get['lat'] = isset($get['latitude']) ? $get['latitude'] : '';
 		$introMerchantId = isset($get['introMerchantId']) && !empty($get['introMerchantId']) ? $get['introMerchantId'] : 0;
 		if (empty($introMerchantId)) {
-			util::fail('目前仅开放邀请注册');
+			util::fail('只有邀请的才能注册哦~');
 		}
 		$mobile = isset($get['mobile']) && !empty($get['mobile']) && stringUtil::isMobile($get['mobile']) ? $get['mobile'] : 0;
 		if (empty($mobile)) {