家谱现有接口调试50%
This commit is contained in:
@@ -0,0 +1,106 @@
|
||||
<!doctype html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>入谱审核 - 个人中心 - 代代相传</title>
|
||||
<link rel="stylesheet" href="public/css/public.css" />
|
||||
<link rel="stylesheet" href="public/layui/css/layui.css" />
|
||||
<link rel="stylesheet" href="public/css/profile-module.css" />
|
||||
</head>
|
||||
<body class="page-profile-module">
|
||||
<header class="site-header">
|
||||
<div class="container nav">
|
||||
<a class="brand magnetic" href="profile.html"
|
||||
><img class="brand-logo brand-logo-mark" src="public/images/logo-mark.png" alt="" /><span class="brand-text">个人中心</span></a
|
||||
>
|
||||
<nav class="nav-links">
|
||||
<a href="profile-messages.html">消息中心</a
|
||||
><a href="profile-family-admin.html">家族管理</a
|
||||
><a class="active" href="profile-join-review.html">入谱审核</a>
|
||||
</nav>
|
||||
<div class="nav-actions">
|
||||
<a href="profile-messages.html">返回消息</a
|
||||
><a
|
||||
class="btn primary magnetic"
|
||||
href="#"
|
||||
data-layer-confirm="确认批量处理当前审核申请?"
|
||||
data-confirm-title="全部处理"
|
||||
>全部处理</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
<section class="module-hero">
|
||||
<div class="container">
|
||||
<div class="module-kicker">Review</div>
|
||||
<div class="module-title-row">
|
||||
<div>
|
||||
<h1>入谱审核</h1>
|
||||
<p>
|
||||
个人中心专用审核页,处理加入家谱、绑定账号和成员资料补全申请。
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="section">
|
||||
<div class="container module-layout">
|
||||
<aside class="module-nav">
|
||||
<a href="profile-messages.html">消息中心</a
|
||||
><a class="active" href="profile-join-review.html">入谱审核</a
|
||||
><a href="profile-invite.html">邀请家人</a
|
||||
><a href="profile-admin-permissions.html">管理员权限</a>
|
||||
</aside>
|
||||
<div class="module-main">
|
||||
<section class="module-panel">
|
||||
<h2>待审核申请</h2>
|
||||
<div class="module-list" data-join-apply-list="pending">
|
||||
<a class="module-row" href="profile-join-review.html"
|
||||
><div>
|
||||
<h3>某某人申请加入四川武胜汤氏族</h3>
|
||||
<p>提交时间:2026.05.26 · 关系说明待确认</p>
|
||||
</div>
|
||||
<span class="pill">审核</span></a
|
||||
><a class="module-row" href="profile-join-review.html"
|
||||
><div>
|
||||
<h3>张三申请绑定成员账号</h3>
|
||||
<p>需要核对手机号和成员资料</p>
|
||||
</div>
|
||||
<span class="pill">处理</span></a
|
||||
>
|
||||
</div>
|
||||
</section>
|
||||
<section class="module-panel">
|
||||
<h2>审核操作</h2>
|
||||
<div class="bottom-actions">
|
||||
<a
|
||||
class="btn primary magnetic"
|
||||
href="#"
|
||||
data-layer-confirm="同意当前入谱申请?"
|
||||
data-confirm-title="审核通过"
|
||||
>同意</a
|
||||
><a
|
||||
class="btn ghost magnetic"
|
||||
href="#"
|
||||
data-layer-prompt="请输入拒绝原因"
|
||||
data-prompt-title="拒绝申请"
|
||||
data-prompt-type="textarea"
|
||||
>拒绝</a
|
||||
>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
<script src="public/js/jquery360.js"></script>
|
||||
<script src="public/layui/layui.js"></script>
|
||||
<script src="public/js/lay-config.js"></script>
|
||||
<script src="public/js/profile-common.js"></script>
|
||||
<script src="public/js/api-client.js"></script>
|
||||
<script src="public/js/join-apply-pages.js"></script>
|
||||
<script src="public/js/page-effects.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user