thinkcmf more字段 foreach循环 提示 Illegal string offset 'thumbnail'


 
前端foreach循环输出more 字段是提示

Illegal string offset 'thumbnail'


控制器
一维数组 转二 维数组

foreach ($data as $key=>$item){

               $data[$key]['more']  = json_decode($item['more'] ,true);

            }