摘要: $.ajax({ type: 'POST', url: "url", data: { appName: appName, op: appStatus }, dataType: "JSON", success:function(res) { console.log(res); $("#status"+ 阅读全文
posted @ 2019-11-07 09:36 执笔coding 阅读(113) 评论(0) 推荐(0) 编辑
摘要: window.onload = function(){ var i = 600; var timer = setInterval(function(){ if(i== -1){ window.location.href="/test/order/result"; clearInterval(time 阅读全文
posted @ 2019-11-07 09:28 执笔coding 阅读(112) 评论(0) 推荐(0) 编辑