1e13ad23 by 任超

feat:消息中心

1 parent dad6c3fd
......@@ -44,7 +44,7 @@ document.writeln(" <li class='layui-nav-item sysNews'>");
document.writeln(" <p class='sysNewsItem'><img class='userImage' src=\'" + localhostPaht + "/staticImages/xiaoxi.png\'><span class='sysNewsNum'>12</span></p>");
document.writeln(" <dl class='layui-nav-child sysNewsList'>");
document.writeln(" <div class='sysNewsTitle'>最新消息</div>");
document.writeln(" <div class='sysNewsOperation'><span>全部标记为已阅</span><a>历史消息</a></div>");
document.writeln(" <div class='sysNewsOperation'><span>全部标记为已阅</span><a href=\'" + localhostPaht + "/staticViews/sysnews-center.html\'>历史消息</a></div>");
document.writeln(" <dd><a><p>您申请办理的XXX业务已成功提交</p><p><span>2020-12-32</span> <span>已读</span></p></a></dd>");
document.writeln(" <dd><a><p>您申请办理的XXX业务已成功提交</p><p><span>2020-12-32</span> <span>已读</span></p></a></dd>");
document.writeln(" </dl>");
......
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>消息中心</title>
<script type="text/javascript" src="../staticJs/head.js"></script>
<script type="text/javascript" src="../staticJs/sysnews-center.css"></script>
</head>
<body>
<div class="sysnews-center">
<div class="navigation_crumbs">
<div class="contentBox">
<span class="layui-breadcrumb">
<a href="../index.html" title="首页">首页</a>
<a title="消息中心">消息中心</a>
</span>
</div>
</div>
</div>
</body>
</html>
<script type="text/javascript" src="../staticJs/common.js"></script>
<script type="text/javascript" src="../staticJs/down.js"></script>
<script type="text/javascript" src="../staticJs/sysnews-center.js"></script>
\ No newline at end of file