songxingwei %!s(int64=2) %!d(string=hai) anos
pai
achega
f029a8a2e3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
     {
-        if (empty($spec)) return '';
+        if (is_null($spec)) return '';
         $specs = [];
         foreach (explode(';;', $spec) as $sp) {
             $specs[] = explode('::', $sp)[1];