Commit 1ee256ad by 陈超

T

parent 5de4a4d6
...@@ -79,10 +79,11 @@ ...@@ -79,10 +79,11 @@
money: "{$moner_data['oriPrice']}", money: "{$moner_data['oriPrice']}",
}, },
function(data) { function(data) {
if(data.status == 1) { let res = JSON.parse(data)
if(res.status == 1) {
that.startWxPay() that.startWxPay()
} else { } else {
ui.error(data.info) ui.error(res.info)
} }
}) })
} 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