xiaogang 4 年 前
コミット
46a2002137
1 ファイル変更2 行追加1 行削除
  1. 2 1
      app/Services/UserService.php

+ 2 - 1
app/Services/UserService.php

xqd xqd
@@ -224,7 +224,7 @@ class UserService
                     if($v['url']==$url){
                         $has = true;
                         unset($photo[$k]);
-
+                        break;
                     }
                 }
                 if(!$has){
@@ -244,6 +244,7 @@ class UserService
                     if($v==$url){
                         $has = true;
                         unset($video[$k]);
+                        break;
                     }
                 }
                 if(!$has){