Commit 0b216c6c by Administrator

'购买真题试卷点击确认支付按钮无反应'

parent e93eae8e
...@@ -86,6 +86,7 @@ ...@@ -86,6 +86,7 @@
async:false, async:false,
type:'post', type:'post',
success: function(data){ success: function(data){
console.log(data);
let res2 = JSON.parse(data); let res2 = JSON.parse(data);
clearInterval(s); clearInterval(s);
if(res2.status == 1) { if(res2.status == 1) {
......
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