|
...
|
...
|
@@ -24,7 +24,7 @@ class ProofreadingController extends BaseController |
|
|
|
$lists = $proofreadingLogic->proofreadingList($this->map,$this->page,$this->row);
|
|
|
|
if(!empty($lists['list']) && ($this->param['type'] == $this::TYPE_IMAGE)){
|
|
|
|
foreach ($lists['list'] as $k => $v){
|
|
|
|
$lists['list'][$k]['image_link'] = url('/b/image/' . $v['translate']);
|
|
|
|
$lists['list'][$k]['image_link'] = $this->getImageUrl($v['translate']);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
$this->response('success',Code::SUCCESS,$lists);
|
...
|
...
|
|