chengwl 4 年之前
父节点
当前提交
c73476f9d9
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      controllers/IndexController.php

+ 2 - 0
controllers/IndexController.php

@@ -338,6 +338,8 @@ class IndexController extends \app\controllers\HomeController
         'date'=>['start_at'=>$start_day,'end_at'=>$end_day]
         'date'=>['start_at'=>$start_day,'end_at'=>$end_day]
       ];
       ];
       $productInfo=$ga->getData($storeConfig);
       $productInfo=$ga->getData($storeConfig);
+      echo  "<pre>";
+      print_r($productInfo);exit;
       $this->json(1,$productInfo);      
       $this->json(1,$productInfo);      
     }
     }