|
|
|
@ -38,7 +38,7 @@ class PromoteController extends BaseController
|
|
|
|
|
$this->meta_title = "首页";
|
|
|
|
|
$loginPromote = $this->getLoginPromote();
|
|
|
|
|
|
|
|
|
|
$whiteList = [1, 8];
|
|
|
|
|
$whiteList = [1, 8, 84];
|
|
|
|
|
$isOpenQuery = in_array($loginPromote['id'], $whiteList) || in_array($loginPromote['parent_id'], $whiteList) || in_array($loginPromote['grand_id'], $whiteList) ? true : false;
|
|
|
|
|
|
|
|
|
|
if (!$isOpenQuery) {
|
|
|
|
|