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

+ 1 - 1
controllers/IndexController.php

@@ -73,9 +73,9 @@ class IndexController extends Controller
             'transactionsPerSession'=>"ga:transactionsPerSession",
             'transactionRevenue'=>"ga:transactionRevenue",
             'totalValue'=>"ga:totalValue",
+            'productCheckouts'=>"ga:productCheckouts",
             'itemQuantity'=>"ga:itemQuantity",
             'productAddsToCart'=>"ga:productAddsToCart",
-            'productCheckouts'=>"ga:productCheckouts",
           ];
           $i=1;
           $datas=array_chunk($metrics,2,true);