Browse Source

所有调整

cqpCow 2 năm trước cách đây
mục cha
commit
74d98ca081
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Service/ScreenService.php

+ 1 - 1
app/Service/ScreenService.php

@@ -523,7 +523,7 @@ class ScreenService extends Service
             $final1 = $value;
         }
         foreach ($return2 as $key => $value){
-            if(empty($final2)) continue;
+            if(! empty($final2)) continue;
             $final2 = $value;
         }