77 lines
3.9 KiB
HTML
77 lines
3.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/layui/css/layui.css" />
|
|
<link rel="stylesheet" href="public/css/profile-module.css" />
|
|
</head>
|
|
<body class="page-profile-module" data-feedback-page="ticket">
|
|
<header class="site-header">
|
|
<div class="container nav">
|
|
<a class="brand magnetic" href="index.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" aria-label="个人中心主导航"></nav>
|
|
<div class="nav-actions"><a href="help.html">帮助中心</a><a href="my-tickets.html">查看我的工单</a></div>
|
|
</div>
|
|
</header>
|
|
<main>
|
|
<section class="module-hero">
|
|
<div class="container">
|
|
<div class="module-kicker">服务与帮助</div>
|
|
<div class="module-title-row">
|
|
<div>
|
|
<h1>提交问题说明</h1>
|
|
<p>遇到账号、权限、资料导入或家谱展示问题时,可以提交工单交给客服跟进。</p>
|
|
</div>
|
|
<a class="btn ghost magnetic" href="my-tickets.html">查看我的工单</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<section class="section">
|
|
<div class="container module-layout">
|
|
<aside class="module-nav" aria-label="个人中心功能导航"></aside>
|
|
<div class="module-main">
|
|
<section class="module-panel">
|
|
<h2>工单信息</h2>
|
|
<p>标有 * 的字段为必填。请说明问题页面、操作过程和希望处理的结果。</p>
|
|
<form class="editor-form" data-feedback-form novalidate>
|
|
<div class="editor-field">
|
|
<label for="ticketContactInfo">联系方式(可选)</label>
|
|
<input id="ticketContactInfo" name="contactInfo" maxlength="100" placeholder="手机号或邮箱" />
|
|
</div>
|
|
<div class="editor-field">
|
|
<label for="ticketFeedbackType">反馈类型</label>
|
|
<select id="ticketFeedbackType" name="feedbackType" data-feedback-type-options><option value="">反馈类型加载中…</option></select>
|
|
</div>
|
|
<div class="editor-field">
|
|
<label for="ticketFeedbackContent">问题描述 <span class="field-required" aria-hidden="true">*</span></label>
|
|
<textarea id="ticketFeedbackContent" name="feedbackContent" required maxlength="2000" rows="8" placeholder="请描述遇到的问题、页面位置和希望处理的结果"></textarea>
|
|
</div>
|
|
<div class="form-status" role="status" aria-live="polite" data-feedback-status></div>
|
|
<div class="bottom-actions"><button class="btn primary magnetic" type="submit" data-feedback-submit>提交工单</button></div>
|
|
</form>
|
|
</section>
|
|
<section class="module-panel">
|
|
<h2>提交前可准备</h2>
|
|
<p>家谱名称、问题页面、账号联系方式、截图说明和期望处理结果。</p>
|
|
</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="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>
|