|
@@ -322,11 +322,30 @@ function __construct(){
|
|
|
}
|
|
|
$img = explode(';',$res['image_u_r_ls']);
|
|
|
$title = '';
|
|
|
- if(isset($res['subject_list']['subject'][14]['value']))
|
|
|
- {
|
|
|
- $title = $res['subject_list']['subject'][14]['value'];
|
|
|
- }
|
|
|
- else if(isset($res['subject_list']['subject']['locale']))
|
|
|
+ // if(isset($res['subject_list']['subject'][14]['value']))
|
|
|
+ // {
|
|
|
+ // $title = $res['subject_list']['subject'][14]['value'];
|
|
|
+ // }
|
|
|
+ // else if(isset($res['subject_list']['subject']['locale']))
|
|
|
+ // {
|
|
|
+ // if($res['subject_list']['subject']['locale'] == 'en_US')
|
|
|
+ // {
|
|
|
+ // $title = $res['subject_list']['subject']['value'];
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // else
|
|
|
+ // {
|
|
|
+ // foreach ($res['subject_list']['subject'] as $rv)
|
|
|
+ // {
|
|
|
+ // if($rv['locale'] == 'en_US')
|
|
|
+ // {
|
|
|
+ // $title = $rv['value'];
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+
|
|
|
+ //不知道14是啥东西 肯定是又要求的 但是 却这样展示 目前根据需求给注释了
|
|
|
+ if(isset($res['subject_list']['subject']['locale']))
|
|
|
{
|
|
|
if($res['subject_list']['subject']['locale'] == 'en_US')
|
|
|
{
|