fix<已知bug>

v2
liyansheng 2024-12-22 22:17:43 +08:00
parent 366eee15a7
commit 55053e635c
2 changed files with 6 additions and 9 deletions

View File

@ -92,7 +92,7 @@
<input type="submit" value="我已确认">
</form>
<br>
<a href="/orders">返回订单列表</a>
<a href="/orders?action=my">返回订单列表</a>
</div>
</body>
</html>

View File

@ -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">