Commit 81ffd120 by libai

测试

parent fe8175b0
Showing with 0 additions and 2 deletions
...@@ -751,7 +751,6 @@ $(function(){ ...@@ -751,7 +751,6 @@ $(function(){
$("#qrcode").children().remove(); $("#qrcode").children().remove();
new QRCode(document.getElementById("qrcode"), codeUrl); new QRCode(document.getElementById("qrcode"), codeUrl);
myOrderId=res.orderId myOrderId=res.orderId
console.log(myOrderId)
setInterval(function(){ setInterval(function(){
$.ajax({ $.ajax({
url:$ip+'setting/exchange/queryOrderStatus', url:$ip+'setting/exchange/queryOrderStatus',
...@@ -765,7 +764,6 @@ $(function(){ ...@@ -765,7 +764,6 @@ $(function(){
setTimeout(function() { setTimeout(function() {
window.location.reload() window.location.reload()
}, 800); }, 800);
} }
} }
}) })
......
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 sign in to comment