|
@@ -0,0 +1,26 @@
|
|
|
|
+<%@ page contentType="text/html;charset=UTF-8" %>
|
|
|
|
+<%@ include file="/webpage/include/taglib.jsp"%>
|
|
|
|
+<html lang="en">
|
|
|
|
+<head>
|
|
|
|
+ <meta charset="UTF-8">
|
|
|
|
+ <title>失败</title>
|
|
|
|
+ <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0,viewport-fit=cover">
|
|
|
|
+ <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
|
|
|
|
+ <meta content="yes" name="apple-mobile-web-app-capable">
|
|
|
|
+ <meta content="black" name="apple-mobile-web-app-status-bar-style">
|
|
|
|
+ <meta content="telephone=no" name="format-detection">
|
|
|
|
+ <link rel="stylesheet" href="https://res.wx.qq.com/open/libs/weui/1.1.2/weui-for-work.min.css"/>
|
|
|
|
+ <script src="/static/jquery/jquery-2.1.1.min.js"></script>
|
|
|
|
+ <script src="/static/weixin/js/jquery-weui.min.js"></script>
|
|
|
|
+ <link rel="stylesheet" href="/static/weixin/css/jquery-weui.min.css"/>
|
|
|
|
+ <link rel="stylesheet" href="/static/wechat/wechat-btn.css"/>
|
|
|
|
+ <link rel="stylesheet" href="${ctx}/static/weixin/example/example.css"/>
|
|
|
|
+</head>
|
|
|
|
+<body>
|
|
|
|
+<div class="weui-footer">
|
|
|
|
+ <p class="weui-footer__links">
|
|
|
|
+ </p>
|
|
|
|
+ <p class="weui-footer__text">获取用户失败,请联系管理员。</p>
|
|
|
|
+</div>
|
|
|
|
+</body>
|
|
|
|
+</html>
|