zhaojs
2023-06-14 c83ddcedb77fa77cedaa9de5bc7253197f995ba1
application/api/logic/Banner.php
@@ -10,7 +10,7 @@
class Banner extends BasicLogic
{
    const BANNER_TYPE = ['1'=>'topBannerList','3'=>'singleLineList','4'=>'doubleLineList','5'=>'bottomBannerList','7' => 'popBannerList','11'=>'popBannerSList','12'=>'indexbanner','13'=>'enterTop','14'=>'enterDown'];
    const BANNER_TYPE = ['1'=>'topBannerList','3'=>'singleLineList','4'=>'doubleLineList','5'=>'bottomBannerList','7' => 'popBannerList','11'=>'popBannerSList','12'=>'indexbanner','13'=>'enterTop','14'=>'enterDown','15'=>'launchpic'];
    public function __construct()
    {
@@ -40,7 +40,8 @@
            'popBannerSList'=>[],
            'indexbanner'=>[],
            'enterTop'=>[],
            'enterDown'=>[]
            'enterDown'=>[],
            'launchpic'=>[],
        ];
        if(count($type_arr) > 1){
            foreach($list as $item){