Commit 890c60d3 by 冷斌

fix bug

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