wanghuidong před 4 roky
rodič
revize
b53fa63bee

+ 1 - 1
conf/dev/base.toml

@@ -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

+ 2 - 2
static/templates/login.html

@@ -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">
                 <thead>
                 <tr class="tableTitle">
                     <th style="width: 5%">序号</th>

+ 1 - 0
static/templates/projectList.html

@@ -58,6 +58,7 @@
         var key = GetQueryString("key");
 
         function submit(param, rType, url, hearders, str) {
+            $("#resultContent").text("正在查询中......");
             $.ajax({
                 url: url,
                 type: rType,