Commit 5de4a4d6 by 陈超

T

parent 0019c1c5
......@@ -103,7 +103,7 @@
type:'post',
success: function(data){
console.log(data)
})
}})
},
checkPayStatus: function(num) {
let that = this
......@@ -113,8 +113,8 @@
type:'post',
success: function(res){
try{
res = JSON.parse(res);
if(res.status == 1){
res = JSON.parse(res)
if(res.status == 1) {
ui.success('购买成功')
setTimeout(function(){
window.location.href = res.data
......
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