Ver código fonte

feat: EK-2806: 会员端Promo和banner图增加分国家设置.

kevin 3 meses atrás
pai
commit
5cdef44a9c

+ 2 - 2
backendApi/modules/v1/models/lists/ad/AdIndexList.php

@@ -42,7 +42,7 @@ class AdIndexList extends \common\libs\dataList\DataList implements DataListInte
                     'header' => Yii::t('ctx', 'country'),
                     'headerOther' => ['width' => '150'],
                 ],
-                'TYPE' => null,
+//                'TYPE' => null,
 //                'TYPE_NAME' => [
 //                    'label' => '类型',
 //                    'type' => function($data){
@@ -58,7 +58,7 @@ class AdIndexList extends \common\libs\dataList\DataList implements DataListInte
                         return $adLocation['LOCATION_NAME'];
                     },
                 ],
-                'CONTENT' => null,
+//                'CONTENT' => null,
                 'COUNTRY_NAME' => null,
                 'STATUS' => [
                     'header' => Yii::t('ctx', 'status'),