瀏覽代碼

购物车

lizhen_gitee 3 月之前
父節點
當前提交
59521994a6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      addons/shopro/controller/Cart.php

+ 1 - 1
addons/shopro/controller/Cart.php

@@ -59,7 +59,7 @@ class Cart extends Common
             'list' => $carts,
         ];
 
-        $this->success('获取成功', $carts);
+        $this->success('获取成功', $result);
     }