正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -34,7 +34,7 @@ class TranslateLogic extends BaseLogic | @@ -34,7 +34,7 @@ class TranslateLogic extends BaseLogic | ||
| 34 | */ | 34 | */ |
| 35 | public function getTranslateList(){ | 35 | public function getTranslateList(){ |
| 36 | $data = []; | 36 | $data = []; |
| 37 | - if($this->param['url'] == 'All'){ | 37 | + if($this->param['url'] == 'All' || $this->param['url'] == 'other_all_text'){ |
| 38 | $info = $this->model->read(['url'=>$this->param['url'],'language_id'=>$this->param['language_id'],'type'=>$this->param['type']]); | 38 | $info = $this->model->read(['url'=>$this->param['url'],'language_id'=>$this->param['language_id'],'type'=>$this->param['type']]); |
| 39 | if(!empty($info) && !empty($info['data'])){ | 39 | if(!empty($info) && !empty($info['data'])){ |
| 40 | $translateInfo = json_decode($info['data'],JSON_UNESCAPED_UNICODE); | 40 | $translateInfo = json_decode($info['data'],JSON_UNESCAPED_UNICODE); |
-
请 注册 或 登录 后发表评论