Browse Source

图片集不用数组

lizhen_gitee 1 year ago
parent
commit
a31b886655
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/common.php

+ 1 - 1
application/common.php

@@ -529,7 +529,7 @@ function one_domain_image($one,$more = false){
         foreach($one as $k => $v){
             $one[$k] = localpath_to_netpath($v);
         }
-//        $one = implode(',',$one);
+        $one = implode(',',$one);
     }else{
         $one = localpath_to_netpath($one);
     }