songxingwei 2 년 전
부모
커밋
6ec2f689ca
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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];
         }