Commit 890c60d3 by 冷斌

fix bug

parent 58de72da
...@@ -154,7 +154,9 @@ ...@@ -154,7 +154,9 @@
type:'post', type:'post',
success: function(res){ success: function(res){
try{ try{
console.log(res);
res = JSON.parse(res); res = JSON.parse(res);
console.log(res);
if(res.status == 1){ if(res.status == 1){
clearInterval(s); clearInterval(s);
ui.success('购买成功'); ui.success('购买成功');
......
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