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