Commit a67a89c7 by 陈超

A

parent 41e02cb8
......@@ -132,12 +132,17 @@
total: that.totalPrice,
count: that.count,
address_id: that.address.id,
pay: "wx"
pay: "wxpay"
},
async:false,
type:'post',
success: function(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