songxingwei il y a 2 ans
Parent
commit
48b89d8bc3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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);die;
+        dump($spec);
         $specs = [];
         foreach (explode(';;', $spec) as $sp) {
             $specs[] = explode('::', $sp)[1];