Files
jiapu/submit-ticket.html
T

117 lines
4.9 KiB
HTML

<!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/css/submit-ticket.css" />
</head>
<body class="page-submit-ticket">
<header class="site-header">
<div class="container nav">
<a class="brand magnetic" href="index.html"
><img class="brand-logo" src="public/images/logo.png" alt="我们的家谱,代代相传" /></a
>
<nav class="nav-links">
<a href="index.html">首页</a><a href="genealogy.html">数字家谱</a
><a href="plaza.html">家谱广场</a><a href="culture.html">家族文化</a
><a href="surname.html">姓氏百科</a><a href="app.html">应用下载</a
><a class="active" href="help.html">帮助中心</a
><a href="about.html">关于我们</a>
</nav>
<div class="nav-actions">
<a href="login.html">登录</a><a href="register.html">注册</a
><a class="btn primary magnetic" href="create-genealogy.html"
>创建家谱</a
>
</div>
</div>
</header>
<main>
<section class="inner-hero ticket-hero">
<div class="container">
<div class="hero-copy">
<div class="eyebrow">Support Ticket</div>
<h1>提交问题说明</h1>
<p class="lead">
遇到账号、权限、资料导入或家谱展示问题时,可以把情况整理成工单交给客服跟进。
</p>
</div>
<div class="hero-card ticket-tip tilt-card">
<span>24h</span>
<p>工作日内优先处理账号和资料安全相关问题。</p>
</div>
</div>
</section>
<section class="section alt">
<div class="container ticket-layout">
<form class="card form-card ticket-form tilt-card" data-feedback-form>
<h2>工单信息</h2>
<input class="input" name="feedbackTitle" placeholder="联系人姓名" />
<input class="input" name="contactInfo" placeholder="手机号 / 邮箱" />
<select name="feedbackType">
<option value="account">账号登录问题</option>
<option value="genealogy">家谱资料问题</option>
<option value="privacy">权限与隐私问题</option>
<option value="display">页面展示问题</option>
</select>
<textarea
name="feedbackContent"
placeholder="请描述遇到的问题、页面位置和希望处理的结果"
></textarea>
<button class="btn primary magnetic" type="submit">提交工单</button>
</form>
<aside class="ticket-side tilt-card">
<h3>提交前可准备</h3>
<p>家谱名称、问题页面、账号联系方式、截图说明和期望处理结果。</p>
<a href="help.html">返回帮助中心</a>
</aside>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<div class="footer-grid">
<div>
<a class="brand" href="index.html"
><img class="brand-logo" src="public/images/logo-light.png" alt="我们的家谱,代代相传" /></a
>
<p>一个面向家庭和宗族的数字家谱与家族文化门户。</p>
</div>
<div>
<h4>产品入口</h4>
<a href="genealogy.html">数字家谱</a
><a href="plaza.html">家谱广场</a><a href="app.html">应用下载</a
><a href="help.html">帮助中心</a>
</div>
<div>
<h4>文化内容</h4>
<a href="culture.html">家族文化</a
><a href="surname.html">姓氏百科</a
><a href="article-detail.html">家谱知识</a
><a href="notice-detail.html">平台公告</a>
</div>
<div>
<h4>联系我们</h4>
<p>客服电话:400-000-0000</p>
<p>邮箱:service@example.com</p>
<p>地址:中国 · 成都</p>
</div>
</div>
<div class="footer-legal">
<div>© 2026 代代相传. All rights reserved.</div>
<a href="https://beian.miit.gov.cn" target="_blank" rel="noopener">ICP备案:蜀ICP备2024044594号-1</a>
</div>
</div>
</footer>
<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/feedback-pages.js"></script>
<script src="public/js/page-effects.js"></script>
</body>
</html>