Explorar o código

动态bug修复

xiaogang %!s(int64=3) %!d(string=hai) anos
pai
achega
54115a42c0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Services/DynamicService.php

+ 1 - 1
app/Services/DynamicService.php

xqd
@@ -82,7 +82,7 @@ class DynamicService
             }
         }
 
-        if(count($dynamicParam->img_url)>6){
+        if(!empty($dynamicParam->img_url) && count($dynamicParam->img_url)>6){
             throw new Exception("最多上传6张图片");
         }