Commit 3bc0140d by libai

测试

parent d3494779
Showing with 10 additions and 0 deletions
...@@ -114,6 +114,16 @@ ...@@ -114,6 +114,16 @@
$(".bottom-box span").text(data.diamond) $(".bottom-box span").text(data.diamond)
} }
}) })
setInterval(function(){
$.ajax({
url:$ip+"/user/auth/"+sessionStorage.bbb+'/'+sessionStorage.kkk,
type:"post",
success: function (msg) {
var data=JSON.parse(msg);
$(".bottom-box span").text(data.diamond)
}
})
},1500)
$.ajax({ $.ajax({
url: $ip + "/pay/normal/recharge.html", url: $ip + "/pay/normal/recharge.html",
dataType: "json", dataType: "json",
......
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