Commit a67a89c7 by 陈超

A

parent 41e02cb8
...@@ -132,12 +132,17 @@ ...@@ -132,12 +132,17 @@
total: that.totalPrice, total: that.totalPrice,
count: that.count, count: that.count,
address_id: that.address.id, address_id: that.address.id,
pay: "wx" pay: "wxpay"
}, },
async:false, async:false,
type:'post', type:'post',
success: function(res) { success: function(res) {
console.log(res) console.log(res)
if(res.status == 1) {
} else {
ui.error(res.info)
}
} }
}) })
}, },
......
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