Authored by yangyang

个人中西会员等级管理增加底部pageFooter

@@ -271,6 +271,7 @@ class HomeController extends AbstractAction @@ -271,6 +271,7 @@ class HomeController extends AbstractAction
271 $uid = $this -> getUid(); 271 $uid = $this -> getUid();
272 $uid = '7566245';//临时测试用 272 $uid = '7566245';//临时测试用
273 $data = GradeModel::getGrade($gender,$channel,$uid); 273 $data = GradeModel::getGrade($gender,$channel,$uid);
  274 + $data['pageFooter'] = true;
274 $this -> _view -> display('vip-grade',$data); 275 $this -> _view -> display('vip-grade',$data);
275 } 276 }
276 /* 277 /*
@@ -285,6 +286,7 @@ class HomeController extends AbstractAction @@ -285,6 +286,7 @@ class HomeController extends AbstractAction
285 $channel = Helpers::getChannelByCookie(); 286 $channel = Helpers::getChannelByCookie();
286 $uid = $this -> getUid(); 287 $uid = $this -> getUid();
287 $data = GradeModel::getPreferential($channel,$uid); 288 $data = GradeModel::getPreferential($channel,$uid);
  289 + $data['pageFooter'] = true;
288 $this -> _view -> display('privilege',$data); 290 $this -> _view -> display('privilege',$data);
289 } 291 }
290 292