|
|
|
@ -51,6 +51,7 @@ select combo_id as c_id,count(*) as count from orders where status in(2,4) group
|
|
|
|
|
|
|
|
|
|
|
|
foreach ($combos as $key=>$combo){
|
|
|
|
foreach ($combos as $key=>$combo){
|
|
|
|
$tags=json_decode($combo->tags,true);
|
|
|
|
$tags=json_decode($combo->tags,true);
|
|
|
|
|
|
|
|
$combo->tags2=json_decode($combo->tags2,true);
|
|
|
|
foreach ($tags as$k=> $tag){
|
|
|
|
foreach ($tags as$k=> $tag){
|
|
|
|
$tags[$k]=['text'=>$tag,
|
|
|
|
$tags[$k]=['text'=>$tag,
|
|
|
|
'text_color' => '#47ABD8',
|
|
|
|
'text_color' => '#47ABD8',
|
|
|
|
|