Commit 5de4a4d6 by 陈超

T

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