作者 lyh

gx

@@ -61,6 +61,8 @@ class TranslateLogic extends BaseLogic @@ -61,6 +61,8 @@ class TranslateLogic extends BaseLogic
61 $data[] = [$k => $v]; 61 $data[] = [$k => $v];
62 } 62 }
63 } 63 }
  64 + $json_text = json_encode($text_array,JSON_UNESCAPED_UNICODE);
  65 + $text_array = json_decode($json_text,JSON_UNESCAPED_UNICODE);
64 $arr2 = array_values(array_diff($text_array, $old_key)); 66 $arr2 = array_values(array_diff($text_array, $old_key));
65 if(!empty($arr2)){ 67 if(!empty($arr2)){
66 $i = 0; 68 $i = 0;