Commit f8ef1d5a by 冷斌

fix bug

parent c05fc471
......@@ -132,7 +132,7 @@
url: "{:U('classroom/Pay/buyGoods')}",
data: {
goods_id: that.info.uid,
total: that.totalPrice,
total: parseFloat(that.totalPrice),
count: that.count,
address_id: that.address.id,
pay: "wxpay"
......
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