|
|
@@ -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)) {
|