|
@@ -2156,7 +2156,15 @@ class WelcomeController extends BaseController
|
|
$get_info = UserBindHkWelfareService::isHasGet($this->uid);
|
|
$get_info = UserBindHkWelfareService::isHasGet($this->uid);
|
|
if($get_info) return '';
|
|
if($get_info) return '';
|
|
//Log::info('guidePersonalAccount2222222222222222222222');
|
|
//Log::info('guidePersonalAccount2222222222222222222222');
|
|
- $charge = $this->is_paid;
|
|
|
|
|
|
+ $charge = false;
|
|
|
|
+ if(in_array($this->property, ['medium','high'])){
|
|
|
|
+ $charge = true;
|
|
|
|
+ }else{
|
|
|
|
+ if($this->property == 'undefined' && OrderService::getChargeNum($this->uid) >=10){
|
|
|
|
+ $charge = true;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
if($this->distribution_channel_id == 6687){
|
|
if($this->distribution_channel_id == 6687){
|
|
$charge = true;
|
|
$charge = true;
|
|
}
|
|
}
|
|
@@ -2170,7 +2178,7 @@ class WelcomeController extends BaseController
|
|
}
|
|
}
|
|
//站外导粉
|
|
//站外导粉
|
|
if($out_status){
|
|
if($out_status){
|
|
- if(!in_array($this->property,['high','medium'])) return '';
|
|
|
|
|
|
+ if(!$charge) return '';
|
|
if(empty($crm_config[2])){
|
|
if(empty($crm_config[2])){
|
|
return '';
|
|
return '';
|
|
}
|
|
}
|