|
@@ -164,7 +164,7 @@ class WelcomeController extends BaseController
|
|
|
];
|
|
|
}
|
|
|
//pdd 广告用户--增加banner
|
|
|
- if(true)
|
|
|
+ if($pdd_ad)
|
|
|
{
|
|
|
$pdd_ads = Redis::get('pdd_ads');//pdd广告
|
|
|
if($pdd_ads)
|
|
@@ -223,7 +223,7 @@ class WelcomeController extends BaseController
|
|
|
'pdd_ad'=>$pdd_ad,
|
|
|
'special_pay_template'=>$this->isMiWan(), //米玩站点特殊充值页面
|
|
|
'crm'=>$crm,
|
|
|
- 'self_pa_ad_switch'=>1,//$adTargetId && $pdd_ad ? 1 : 0,//自有平台广告开关
|
|
|
+ 'self_pa_ad_switch'=>$adTargetId && $pdd_ad ? 1 : 0,//自有平台广告开关
|
|
|
'banners'=>$banners,
|
|
|
'guidepersonalaccount'=>$this->guidePersonalAccount(),
|
|
|
'cpc_channel'=>$cpc_channel
|