feat(ticket): 添加送水订单功能和页面
- 新增 ticket/orders/index 页面用于展示送水订单 - 添加 GltTicketOrder 相关数据模型定义 - 实现送水订单的增删改查 API 接口 - 在水票使用页面集成订单功能 - 添加水票选择逻辑优化 - 实现送水订单列表分页加载 - 集成下拉刷新和上拉加载更多功能
This commit is contained in:
6
src/user/ticket/orders/index.config.ts
Normal file
6
src/user/ticket/orders/index.config.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export default definePageConfig({
|
||||
navigationBarTitleText: '我的送水订单',
|
||||
navigationBarTextStyle: 'black',
|
||||
navigationBarBackgroundColor: '#ffffff'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user