feat(order): 新增退款功能

This commit is contained in:
2026-05-09 11:14:18 +08:00
parent bde552dcb3
commit 9b21329518
12 changed files with 184 additions and 28 deletions

View File

@@ -365,4 +365,8 @@ export default {
/deep/.titleItem .related_courses_name{
width: calc(100%) !important;
}
.title_list {
margin-bottom: 20rpx;
}
</style>