chuweiqiang il y a 1 an
Parent
commit
6c037fb0ba
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      application/api/controller/Books.php

+ 2 - 1
application/api/controller/Books.php

@@ -225,12 +225,13 @@ class Books extends Api
                     $list['is_certificate'] = 0;
                     $list['free_end_time'] = $cer['free_end_time'];
                 }else{
+                    $list['is_certificate'] = 1;
                     //免费/付费
                     $lists['data'][$k]['is_free'] = 1;
                     if($v['price'] <= 0){
                         $lists['data'][$k]['is_free'] = 0;
                     }
-                    $list['is_certificate'] = 1;
+
                 }
             }
         }else{