Commit 81ffd120 by libai

测试

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