Commit 4a77886f authored by suntengda's avatar suntengda

Merge branch 'pindan_activity_list_optimize' into develop

parents ffbc4f99 fc87f3c9
...@@ -1665,6 +1665,7 @@ class MarketingService ...@@ -1665,6 +1665,7 @@ class MarketingService
$applyStatus = $applyInfo['apply_status'] ?? -1; // -1.未申请 0.未审核 1.审核通过 2.审核未通过 $applyStatus = $applyInfo['apply_status'] ?? -1; // -1.未申请 0.未审核 1.审核通过 2.审核未通过
//不同状态跳转不同链接 //不同状态跳转不同链接
if(isset($config[1])) {
switch ($applyStatus) { switch ($applyStatus) {
case 0: case 0:
case 2: case 2:
...@@ -1678,6 +1679,7 @@ class MarketingService ...@@ -1678,6 +1679,7 @@ class MarketingService
$config[1]['link_url'] = '/page-promo/promo/teamLeader/apply'; $config[1]['link_url'] = '/page-promo/promo/teamLeader/apply';
break; break;
} }
}
return is_array($config) ? array_slice($config,0) : []; return is_array($config) ? array_slice($config,0) : [];
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment