feat(ticket): 添加送水订单功能和页面
- 新增 ticket/orders/index 页面用于展示送水订单 - 添加 GltTicketOrder 相关数据模型定义 - 实现送水订单的增删改查 API 接口 - 在水票使用页面集成订单功能 - 添加水票选择逻辑优化 - 实现送水订单列表分页加载 - 集成下拉刷新和上拉加载更多功能
This commit is contained in:
@@ -55,6 +55,7 @@ export default {
|
||||
"points/points",
|
||||
"ticket/index",
|
||||
"ticket/use",
|
||||
"ticket/orders/index",
|
||||
// "gift/index",
|
||||
// "gift/redeem",
|
||||
// "gift/detail",
|
||||
|
||||
Reference in New Issue
Block a user