songxingwei 2 vuotta sitten
vanhempi
commit
a5bdf3d27f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      app/data/sys.php

+ 1 - 1
app/data/sys.php

@@ -53,7 +53,7 @@ if (!function_exists('show_goods_spec')) {
      */
     function show_goods_spec(string $spec): string
     {
-        dump($spec);
+        if (empty($spec)) return '';
         $specs = [];
         foreach (explode(';;', $spec) as $sp) {
             $specs[] = explode('::', $sp)[1];