fix<已知bug>
parent
366eee15a7
commit
55053e635c
|
@ -92,7 +92,7 @@
|
|||
<input type="submit" value="我已确认">
|
||||
</form>
|
||||
<br>
|
||||
<a href="/orders">返回订单列表</a>
|
||||
<a href="/orders?action=my">返回订单列表</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -31,11 +31,6 @@
|
|||
margin-top: 20px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #4682b4;
|
||||
text-decoration: none;
|
||||
margin: 0 10px;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
|
@ -121,9 +116,11 @@
|
|||
</div>
|
||||
|
||||
<h1>订单列表</h1>
|
||||
<a href="/orders?action=all">全部</a> |
|
||||
<a href="/orders?action=waiting">待发货</a> |
|
||||
<a href="/orders?action=sent">已发货</a>
|
||||
<div>
|
||||
<p> <a href="/orders?action=all">全部</a> |
|
||||
<a href="/orders?action=waiting">待发货</a> |
|
||||
<a href="/orders?action=sent">已发货</a></p>
|
||||
</div>
|
||||
<br>
|
||||
<br>
|
||||
<table border="1">
|
||||
|
|
Reference in New Issue