Commit 33caa888 by 陈超

T

parent e35372bf
...@@ -103,7 +103,8 @@ ...@@ -103,7 +103,8 @@
async:false, async:false,
type:'post', type:'post',
success: function(data){ success: function(data){
console.log(data) let res = JSON.parse(data)
console.log(res)
}}) }})
}, },
checkPayStatus: function(num) { checkPayStatus: function(num) {
......
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