feat(ticket): 添加送水订单功能和页面

- 新增 ticket/orders/index 页面用于展示送水订单
- 添加 GltTicketOrder 相关数据模型定义
- 实现送水订单的增删改查 API 接口
- 在水票使用页面集成订单功能
- 添加水票选择逻辑优化
- 实现送水订单列表分页加载
- 集成下拉刷新和上拉加载更多功能
This commit is contained in:
2026-02-05 19:17:40 +08:00
parent a1e5bf1c05
commit 96d1bb959e
6 changed files with 345 additions and 126 deletions

View File

@@ -55,6 +55,7 @@ export default {
"points/points",
"ticket/index",
"ticket/use",
"ticket/orders/index",
// "gift/index",
// "gift/redeem",
// "gift/detail",