refactor(servicing): 优化订单详情页面并更新版本号

- 移除订单详情页面的冗余代码和未使用的导入
- 简化订单详情页面的布局结构
- 更新项目版本号至 1.0.1.9.9.37
- 修复签名上传逻辑
-优化登录 token 存储和人脸识别相关代码
This commit is contained in:
songzhiling
2025-05-07 15:10:26 +08:00
parent 43e798e90e
commit 50b38bc9b6
4 changed files with 40 additions and 61 deletions

View File

@ -73,7 +73,7 @@ publishing {
release(MavenPublication) {
groupId = 'io.github.szl9'
artifactId = 'zd_servicing'
version = "1.0.1.9.9.33"
version = "1.0.1.9.9.37"
pom {
packaging = "aar"