现在有的接口对接测试完成
This commit is contained in:
+9
-32
@@ -8,7 +8,7 @@
|
||||
<link rel="stylesheet" href="public/layui/css/layui.css" />
|
||||
<link rel="stylesheet" href="public/css/profile-module.css" />
|
||||
</head>
|
||||
<body class="page-profile-module" data-feature-status="pending" data-feature-message="消息与通知服务正在开发中,当前页面仅保留设计预览。">
|
||||
<body class="page-profile-module">
|
||||
<header class="site-header">
|
||||
<div class="container nav">
|
||||
<a class="brand magnetic" href="profile.html"
|
||||
@@ -38,7 +38,7 @@
|
||||
<div>
|
||||
<h1>消息中心</h1>
|
||||
<p>
|
||||
处理入谱申请、贺礼邀请、资料提醒和系统通知,减少家族协作中的遗漏。
|
||||
查看当前账号的消息通知,并同步未读数量。
|
||||
</p>
|
||||
</div>
|
||||
<a class="btn ghost magnetic" href="profile.html">返回个人中心</a>
|
||||
@@ -57,34 +57,11 @@
|
||||
</aside>
|
||||
<div class="module-main">
|
||||
<section class="module-panel">
|
||||
<h2>待处理</h2>
|
||||
<h2>通知列表</h2>
|
||||
<p class="api-empty" data-notification-status>正在加载消息…</p>
|
||||
<p class="module-note">未读数量:<b data-notification-unread-count>0</b></p>
|
||||
<div class="module-list" data-notification-list>
|
||||
<div class="module-row">
|
||||
<div>
|
||||
<h3>某某人申请加入四川武胜汤氏族</h3>
|
||||
<p>2026.05.25 09:20 · 需要管理员审核</p>
|
||||
</div>
|
||||
<div class="bottom-actions">
|
||||
<a class="btn ghost" href="profile-messages.html">拒绝</a
|
||||
><a class="btn primary" href="profile-messages.html"
|
||||
>同意</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
<a class="module-row" href="profile-content.html"
|
||||
><div>
|
||||
<h3>张三&里斯于 2023年3月23日举办婚礼</h3>
|
||||
<p>贺礼邀请 · 待确认公开状态</p>
|
||||
</div>
|
||||
<span class="pill">查看</span></a
|
||||
>
|
||||
<a class="module-row" href="profile-data-reminders.html"
|
||||
><div>
|
||||
<h3>2 位成员资料待完善</h3>
|
||||
<p>头像、出生日期、亲属关系信息不完整</p>
|
||||
</div>
|
||||
<span class="pill">处理</span></a
|
||||
>
|
||||
<div class="api-empty">正在加载消息…</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="module-panel">
|
||||
@@ -93,12 +70,12 @@
|
||||
<button class="module-card module-action-card" type="button" data-notification-read-all>
|
||||
<span class="icon">通</span>
|
||||
<h3>全部标记已读</h3>
|
||||
<p>清理已处理提醒,保留重要审核消息。</p>
|
||||
<p>使用当前 PC 的全部已读接口。</p>
|
||||
</button>
|
||||
<button class="module-card module-action-card" type="button" data-notification-refresh>
|
||||
<span class="icon">刷</span>
|
||||
<h3>刷新消息</h3>
|
||||
<p>同步最新入谱申请、评论和内容通知。</p>
|
||||
<p>重新读取通知列表与未读数量。</p>
|
||||
</button>
|
||||
</div>
|
||||
</section>
|
||||
@@ -115,7 +92,7 @@
|
||||
<script src="utils/axios.js"></script>
|
||||
<script src="utils/AxiosRequestUtil.js"></script>
|
||||
<script src="utils/ApiClient.js"></script>
|
||||
<script src="public/js/pending-pages.js"></script>
|
||||
<script src="public/js/notification-pages.js"></script>
|
||||
<script src="public/js/page-effects.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user