From 0b272372748c08a9f0e651992383084a8db474d0 Mon Sep 17 00:00:00 2001 From: anyv <anyu@bronet.cn> Date: Wed, 5 Jun 2019 16:07:36 +0800 Subject: [PATCH] 54 --- public/themes/simpleboot3/portal/shopcart/shop_cart.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/themes/simpleboot3/portal/shopcart/shop_cart.html b/public/themes/simpleboot3/portal/shopcart/shop_cart.html index 4f36922..fd93979 100644 --- a/public/themes/simpleboot3/portal/shopcart/shop_cart.html +++ b/public/themes/simpleboot3/portal/shopcart/shop_cart.html @@ -141,7 +141,7 @@ alert('不能为空'); }else{ goods_id = goods_id.join(','); - $.post("{:url('Shopcart/shop_cart_pay')}",{id:id},function(data){ + $.post("{:url('Shopcart/shop_cart_pay')}",{id:goods_id},function(data){ }); window.location.href = "{:url('Orderpage/order_page')}"; -- libgit2 0.24.0