Commit c435d18a by 程默

fix

parent e69b4130
......@@ -55,6 +55,7 @@ export default {
wx.hideLoading();
if (res.data.code == 200) {
let payData = JSON.parse(res.data.data);
console.log('wxPay',res.data)
payData.success = res => {
console.log("支付成功", res, this.options);
......
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