songxingwei 2 years ago
parent
commit
c50b45d149
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/data/sys.php

+ 1 - 1
app/data/sys.php

@@ -58,7 +58,7 @@ if (!function_exists('show_goods_spec')) {
         foreach (explode(';;', $spec) as $sp) {
             $specs[] = explode('::', $sp)[1];
         }
-
+        return join(' ', $specs);
     }
 }