feat(servicing): 添加照片排序功能并优化订单放弃逻辑
- 在 PhotoTemplateInfo 模型中添加 sort 字段,用于照片排序- 在相关 VM 和 Activity 中集成照片排序逻辑 - 优化订单放弃流程,根据任务状态控制照片显示 - 更新数据库版本号- 调整订单详情页面逻辑,提高用户体验
This commit is contained in:
@ -73,7 +73,7 @@ publishing {
|
||||
release(MavenPublication) {
|
||||
groupId = 'io.github.szl9'
|
||||
artifactId = 'zd_servicing'
|
||||
version = "1.0.1.9.9.63"
|
||||
version = "1.0.1.9.9.68"
|
||||
|
||||
pom {
|
||||
packaging = "aar"
|
||||
|
Reference in New Issue
Block a user