Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
add name
Browse files Browse the repository at this point in the history
  • Loading branch information
zh_yu committed Jan 29, 2019
1 parent 86b365c commit 187f3a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qmq-demo/src/main/resources/templates/placeOrder.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ <h1>QMQ Demo Test Page</h1>
<div class="form-group">
<label for="inputOrderId">OrderId(数字):</label>
<input type="text" class="form-control" id="inputOrderId" aria-describedby="orderIdHelp"
placeholder="Order Id" />
placeholder="Order Id" name="orderId" />
<small id="orderIdHelp" class="form-text text-muted">OrderId必须输入数字,如果输入字母会提交失败,消息也不会发送出去</small>
</div>
<div class="form-group">
<label for="inputName">Name</label>
<input type="text" class="form-control" id="inputName" placeholder="name" />
<input type="text" class="form-control" id="inputName" placeholder="name" name="name" />
</div>
<button type="submit" class="btn btn-primary">提交</button>
</form>
Expand Down

0 comments on commit 187f3a5

Please sign in to comment.