Commit 4fab10d6 by 冷斌

fix bug

parent 7f962002
...@@ -131,7 +131,7 @@ ...@@ -131,7 +131,7 @@
$.ajax({ $.ajax({
url: "{:U('classroom/Pay/buyGoods')}", url: "{:U('classroom/Pay/buyGoods')}",
data: { data: {
goods_id: that.info.uid, goods_id: that.info.goods_id,
total: parseFloat(that.totalPrice), total: parseFloat(that.totalPrice),
count: that.count, count: that.count,
address_id: that.address.id, address_id: that.address.id,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment