1
0
Files
lkafu/config/pick.php
2020-08-06 14:45:56 +08:00

39 lines
989 B
PHP

<?php
//提货商城设置
return [
'DEBUG' => true,
'adverts' => 5, //幻灯片默认数量
'types' => [
'ABCD', 'ABBB', 'AAAA', 'BBBB',
],
'operators' => [
'unicom' => '中国联通',
'mobile' => '中国移动',
'telecom' => '中国电信',
],
'icons' => [
'unicom' => 'lt_icon',
'mobile' => 'yd_icon',
'telecom' => 'dx_icon',
],
'imgs' => [
'unicom' => '/assets/index/img/lt_img.png',
'mobile' => '/assets/index/img/yd_img.png',
'telecom' => '/assets/index/img/dx_img.png',
],
'cardstyle' => [
'1' => 'cardList-blue',
'2' => 'cardList-brown',
'3' => 'cardList-grey',
'4' => 'cardList-yellow',
'5' => 'cardList-green',
],
'pick_search' => [
'begin' => [133, 156, 166, 171, 175, 176, 185, 186], //号段
'type' => ['AAA', 'AAAA', 'AAAB', 'AABB'],
],
];