作者 lyh

gx

@@ -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);