修改功能
This commit is contained in:
+11
-10
@@ -36,7 +36,7 @@
|
||||
<div class="container profile-hero-grid">
|
||||
<div class="profile-card">
|
||||
<div class="avatar-wrap">
|
||||
<div class="avatar" data-profile-text="avatarText" aria-hidden="true">…</div>
|
||||
<div class="avatar" data-profile-avatar data-profile-text="avatarText">…</div>
|
||||
<span></span>
|
||||
</div>
|
||||
<div class="profile-info">
|
||||
@@ -44,7 +44,7 @@
|
||||
<h1 data-profile-text="displayName">正在加载账户</h1>
|
||||
<p>账户资料与家谱工作区分开呈现。进入家谱后,再处理成员、内容和协作事务。</p>
|
||||
<div class="profile-tags">
|
||||
<span>已登录账户</span><span>资料以实际接口为准</span>
|
||||
<span>已登录账户</span><span>资料与账号同步</span>
|
||||
</div>
|
||||
<div class="profile-load-status" data-profile-load-status role="status" aria-live="polite">正在读取账户资料…</div>
|
||||
<div class="toolbar profile-hero-actions">
|
||||
@@ -73,7 +73,7 @@
|
||||
<a href="profile-data.html"><span>个人资料</span><b>查看并更新账户资料</b></a>
|
||||
<a href="profile-messages.html"><span>消息中心</span><b>查看真实通知与业务提醒</b></a>
|
||||
<a href="profile-services.html"><span>帮助与服务</span><b>反馈、安全设置与会员服务</b></a>
|
||||
<a class="logout-link" href="#logout" data-logout-open><span>退出登录</span><b>返回首页</b></a>
|
||||
<button class="logout-link" type="button" data-logout-open><span>退出登录</span><b>返回首页</b></button>
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
<div class="panel-head compact">
|
||||
<div>
|
||||
<h2>账户资料</h2>
|
||||
<p>以下字段由账户资料接口返回;没有填写时会明确显示“待填写”。</p>
|
||||
<p>以下内容来自你的账户资料;未填写的信息会显示为“待填写”。</p>
|
||||
</div>
|
||||
<a class="link-btn" href="profile-data.html">编辑资料</a>
|
||||
</div>
|
||||
@@ -129,7 +129,7 @@
|
||||
<a href="profile-messages.html"><strong>消息中心</strong><span>查看真实通知与业务提醒</span></a>
|
||||
<a href="profile-data.html"><strong>个人资料</strong><span>维护昵称、实名和联系方式</span></a>
|
||||
<a href="profile-security.html"><strong>账户安全</strong><span>修改密码、换绑手机或注销账号</span></a>
|
||||
<a href="profile-services.html"><strong>会员服务</strong><span>查看套餐、订单、帮助与服务说明</span></a>
|
||||
<a href="profile-services.html#membership"><strong>会员服务</strong><span>查看套餐、订单、帮助与服务说明</span></a>
|
||||
<a href="profile-feedback.html"><strong>意见反馈</strong><span>提交产品问题和改进建议</span></a>
|
||||
<a href="app.html"><strong>移动端</strong><span>下载 APP,处理移动端场景</span></a>
|
||||
</div>
|
||||
@@ -157,10 +157,10 @@
|
||||
<a href="profile-content.html">家族文化</a><a href="surname.html">姓氏百科</a><a href="profile-article.html">家谱知识</a><a href="profile-messages.html">平台公告</a>
|
||||
</div>
|
||||
<div>
|
||||
<h4>联系我们</h4>
|
||||
<p>客服电话:400-000-0000</p>
|
||||
<p>邮箱:service@example.com</p>
|
||||
<p>地址:中国 · 成都</p>
|
||||
<h4>服务支持</h4>
|
||||
<a href="help.html">帮助中心</a>
|
||||
<a href="submit-ticket.html">提交问题</a>
|
||||
<a href="about.html">关于平台</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-legal">
|
||||
@@ -169,7 +169,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<div class="logout-modal" id="logoutModal" aria-hidden="true">
|
||||
<div class="logout-modal" id="logoutModal" aria-hidden="true" hidden>
|
||||
<div class="logout-modal-backdrop" data-logout-close></div>
|
||||
<div class="logout-dialog" role="dialog" aria-modal="true" aria-labelledby="logoutTitle">
|
||||
<button class="logout-close" type="button" data-logout-close aria-label="关闭">×</button>
|
||||
@@ -192,6 +192,7 @@
|
||||
<script src="utils/AxiosRequestUtil.js"></script>
|
||||
<script src="utils/ApiClient.js"></script>
|
||||
<script src="public/js/profile-common.js?v=20260725-entry"></script>
|
||||
<script src="public/js/media-display.js"></script>
|
||||
<script src="public/js/profile-pages.js"></script>
|
||||
<script src="public/js/page-effects.js"></script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user