Browse Source

用户行为

huangzhiguo 2 years ago
parent
commit
9dffe1ae00
1 changed files with 17 additions and 7 deletions
  1. 17 7
      src/main/webapp/WEB-INF/views/modules/user/behaviorRecordList.jsp

+ 17 - 7
src/main/webapp/WEB-INF/views/modules/user/behaviorRecordList.jsp

@@ -15,7 +15,7 @@
     <title>用户行为记录</title>
     <meta name="decorator" content="default"/>
     <style>
-        .table th{
+        /*.table th{
             text-align: center;
         }
         .table td{
@@ -33,11 +33,11 @@
         }
         .a_class {
             text-decoration: underline;
-        }
+        }*/
     </style>
 </head>
 <body>
-<ul class="nav nav-tabs">
+<%--<ul class="nav nav-tabs">
     <li class="active"><a href="${ctx}/user/behavior/record/list?behaviorType=1">用户行为记录</a></li>
 </ul>
 <form:form id="searchForm" modelAttribute="cmBehaviorRecord" action="${ctx}/user/behavior/record/list?behaviorType=1" method="post" class="breadcrumb form-search">
@@ -180,10 +180,13 @@
     </c:forEach>
     </tbody>
 </table>
-<div class="pagination">${page}</div>
-<% request.setAttribute("caimeiCore", Global.getConfig("caimei.core"));%>
+<div class="pagination">${page}</div>--%>
+<h1>
+    <input type="button" onclick="getNewManager()" value="点此前往新后台"></input>
+</h1>
+<%--<% request.setAttribute("caimeiCore", Global.getConfig("caimei.core"));%>--%>
 <script type="text/javascript">
-    function page(n,s){
+    /*function page(n,s){
         $("#pageNo").val(n);
         $("#pageSize").val(s);
         $("#searchForm").submit();
@@ -194,7 +197,14 @@
             var formData = $('#searchForm').serialize();
             window.location.href = "${ctx}/user/behavior/record/export?behaviorType=1&" + formData;
         })
-    })
+    })*/
+    function getNewManager() {
+        var link = "";
+        $.get("${ctx}/jump/link", function (data) {
+            link = "https://manager-b.caimei365.com/#/library/keyword/list?token=" + data;
+            location.href = link;
+        });
+    }
 </script>
 </body>