等待后端更新接口
This commit is contained in:
+8
-4
@@ -46,21 +46,25 @@
|
||||
</section>
|
||||
<section class="section alt">
|
||||
<div class="container ticket-layout">
|
||||
<form class="card form-card ticket-form tilt-card" data-feedback-form>
|
||||
<form class="card form-card ticket-form tilt-card" data-feedback-form novalidate>
|
||||
<h2>工单信息</h2>
|
||||
<input class="input" name="contactInfo" placeholder="手机号 / 邮箱" />
|
||||
<select name="feedbackType">
|
||||
<label for="ticketContactInfo">联系方式(可选)</label>
|
||||
<input id="ticketContactInfo" class="input" name="contactInfo" placeholder="手机号 / 邮箱" />
|
||||
<label for="ticketFeedbackType">反馈类型</label>
|
||||
<select id="ticketFeedbackType" name="feedbackType">
|
||||
<option value="advice">意见建议</option>
|
||||
<option value="bug">问题反馈</option>
|
||||
<option value="complaint">投诉反馈</option>
|
||||
<option value="other">其他反馈</option>
|
||||
</select>
|
||||
<label for="ticketFeedbackContent">问题描述 <span class="field-required" aria-hidden="true">*</span></label>
|
||||
<textarea
|
||||
id="ticketFeedbackContent"
|
||||
name="feedbackContent"
|
||||
required
|
||||
placeholder="请描述遇到的问题、页面位置和希望处理的结果"
|
||||
></textarea>
|
||||
<p class="form-note" aria-live="polite" data-feedback-status></p>
|
||||
<div class="form-status" role="status" aria-live="polite" data-feedback-status></div>
|
||||
<button class="btn primary magnetic" type="submit" data-feedback-submit>提交工单</button>
|
||||
</form>
|
||||
<aside class="ticket-side tilt-card">
|
||||
|
||||
Reference in New Issue
Block a user