提交代码
This commit is contained in:
38
config/pick.php
Normal file
38
config/pick.php
Normal file
@@ -0,0 +1,38 @@
|
||||
<?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'],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user