Commit 14799930 by html5-李恒逸

修复:小红点数量不变问题

parent dc8e2ca7
...@@ -114,6 +114,7 @@ ...@@ -114,6 +114,7 @@
setInterval(function () { setInterval(function () {
$.ajax({ $.ajax({
type: 'GET', type: 'GET',
cache:false,
url: "<?php echo site_url('admin/index/getCount'); ?>", url: "<?php echo site_url('admin/index/getCount'); ?>",
dataType: 'json', dataType: 'json',
success: function (retdat) { success: function (retdat) {
......
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