@@ -19,4 +19,4 @@
log-in-console= true
[session]
redis_token = "token=39.107.203.162:10079,limit=192.168.3.128:1712"
- interface_call_rate = 20
+ interface_call_rate = 5
@@ -53,7 +53,7 @@
</button>
</div>
<div class="tableDiv">
- <table border="0" id="tableId" hidden>
+ <table border="1" cellspacing="0" cellpadding="0" id="tableId" width="80%" align="center" hidden>
<thead>
<tr class="tableTitle">
<th style="width: 5%">序号</th>
@@ -74,7 +74,7 @@
<div class="userProductDiv" hidden>
<p class="nodata"></p>
<h3>用户购买产品列表</h3>
- <table border="0" id="userProduct">
+ <table border="1" cellspacing="0" cellpadding="0" width="80%" align="center" id="userProduct">
@@ -58,6 +58,7 @@
var key = GetQueryString("key");
function submit(param, rType, url, hearders, str) {
+ $("#resultContent").text("正在查询中......");
$.ajax({
url: url,
type: rType,