现在有的接口对接测试完成
This commit is contained in:
+14
-27
@@ -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-growth-page data-feature-status="pending" data-feature-message="成长日志服务正在开发中,当前页面仅保留设计预览。">
|
||||
<body class="page-profile-module" data-growth-page>
|
||||
<header class="site-header">
|
||||
<div class="container nav">
|
||||
<a class="brand magnetic" href="profile.html"
|
||||
@@ -16,12 +16,12 @@
|
||||
>
|
||||
<nav class="nav-links">
|
||||
<a href="profile-content.html">内容发布</a
|
||||
><a class="active" href="profile-growth.html">成长日志</a>
|
||||
><a class="active" href="profile-growth.html" data-genealogy-context-link>成长记录</a>
|
||||
</nav>
|
||||
<div class="nav-actions">
|
||||
<a href="profile-content.html">返回发布中心</a
|
||||
><a class="btn primary magnetic" href="profile-growth-edit.html"
|
||||
>新建日志</a
|
||||
><a class="btn primary magnetic" href="profile-growth-edit.html" data-genealogy-context-link
|
||||
>新建记录</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
@@ -29,11 +29,11 @@
|
||||
<main>
|
||||
<section class="module-hero">
|
||||
<div class="container">
|
||||
<div class="module-kicker">Growth</div>
|
||||
<div class="module-kicker">Growth Records</div>
|
||||
<div class="module-title-row">
|
||||
<div>
|
||||
<h1>成长日志</h1>
|
||||
<p>记录成员成长节点、特殊情况、继承关系和个人资料补充。</p>
|
||||
<h1>成长记录</h1>
|
||||
<p>记录成员成长节点、日期、提醒和附件 OSS ID。</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -43,33 +43,20 @@
|
||||
<aside class="module-nav">
|
||||
<a href="profile-content.html">内容发布</a
|
||||
><a href="profile-feed.html">发布动态</a
|
||||
><a class="active" href="profile-growth.html">成长日志</a
|
||||
><a class="active" href="profile-growth.html" data-genealogy-context-link>成长记录</a
|
||||
><a href="profile-memo.html">备忘录</a>
|
||||
</aside>
|
||||
<div class="module-main">
|
||||
<section class="module-panel">
|
||||
<h2>日志列表</h2>
|
||||
<!-- 成长记录由 /growth-records 接口渲染 -->
|
||||
<h2>记录列表</h2>
|
||||
<!-- 成长记录由 ApiClient.growthRecords 渲染。 -->
|
||||
<div class="module-list" data-growth-list>
|
||||
<div class="api-empty">成长记录加载中...</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="module-panel">
|
||||
<h2>新建成长日志</h2>
|
||||
<div class="form-like">
|
||||
<p>
|
||||
<span>绑定账号</span><b>点击绑定</b
|
||||
><a class="link-btn" href="profile-data.html">绑定</a>
|
||||
</p>
|
||||
<p>
|
||||
<span>姓名</span><b>待输入</b
|
||||
><a class="link-btn" href="profile-growth-edit.html">填写</a>
|
||||
</p>
|
||||
<p>
|
||||
<span>内容</span><b>待输入</b
|
||||
><a class="link-btn" href="profile-growth-edit.html">编辑</a>
|
||||
</p>
|
||||
</div>
|
||||
<h2>接口状态</h2>
|
||||
<p>Apifox 当前未展开成长记录列表和详情的元素 DTO,页面不猜测 <code>recordId</code>、标题或权限字段,因此不开放编辑和删除入口。</p>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
@@ -78,13 +65,13 @@
|
||||
<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/profile-common.js?v=20260725-entry"></script>
|
||||
<script src="config.js"></script>
|
||||
<script src="utils/StorageUtil.js"></script>
|
||||
<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/growth-pages.js"></script>
|
||||
<script src="public/js/page-effects.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user