feat: 修复用户手动取消订单的状态显示、修复支付过程中订单支付按钮一直展示的问题

This commit is contained in:
2025-10-19 18:40:58 +08:00
parent a3c3087e46
commit 2772e7f1df
7 changed files with 92 additions and 28 deletions

View File

@@ -11,6 +11,15 @@
font-size: 16px;
}
.navbar {
box-shadow: none;
& > view > view:nth-child(2) {
justify-content: flex-start;
margin-left: -30px;
}
}
.container {
padding: 20px;
box-sizing: border-box;