Commit 1ee256ad by 陈超

T

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