From a62ebe0d1b9ea896cdba7bd4ec6e1d0d142b3b84 Mon Sep 17 00:00:00 2001
From: heyuntao <heyuntao@LAPTOP-MP4HD5NS>
Date: 星期二, 18 七月 2023 09:48:40 +0800
Subject: [PATCH] no message

---
 application/api/logic/Banner.php |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/application/api/logic/Banner.php b/application/api/logic/Banner.php
index dcedecc..d1fc61a 100644
--- a/application/api/logic/Banner.php
+++ b/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','15'=>'launchpic'];
+    const BANNER_TYPE = ['1'=>'topBannerList','3'=>'singleLineList','4'=>'doubleLineList','5'=>'bottomBannerList','7' => 'popBannerList','11'=>'popBannerSList','12'=>'indexbanner','13'=>'enterTop','14'=>'enterDown','15'=>'launchpic','16'=>'tmImg','17'=>'jdImg','18'=>'dyImg','19'=>'pddImg','20'=>'wphImg'];
 
     public function __construct()
     {
@@ -42,6 +42,11 @@
             'enterTop'=>[],
             'enterDown'=>[],
             'launchpic'=>[],
+            'tmImg'=>[],
+            'jdImg'=>[],
+            'dyImg'=>[],
+            'pddImg'=>[],
+            'wphImg'=>[],
         ];
         if(count($type_arr) > 1){
             foreach($list as $item){

--
Gitblit v1.9.3