songxingwei 2 yıl önce
ebeveyn
işleme
6ec2f689ca
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      app/data/sys.php

+ 1 - 0
app/data/sys.php

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