Commit d74ba5d2 by 陈超

T

parent 1ee256ad
...@@ -80,6 +80,7 @@ ...@@ -80,6 +80,7 @@
}, },
function(data) { function(data) {
let res = JSON.parse(data) let res = JSON.parse(data)
console.log(res)
if(res.status == 1) { if(res.status == 1) {
that.startWxPay() that.startWxPay()
} else { } else {
......
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