feat(servicing): 更新订单相关功能和界面

- 添加推送服务以支持消息推送
- 优化电子签名功能,修复相关问题
- 更新订单状态处理逻辑
-重构部分代码以提高可维护性
- 调整界面样式,优化用户体验
This commit is contained in:
songzhiling
2025-05-14 09:39:33 +08:00
parent f14cdd27fc
commit 804db17db8
33 changed files with 1185 additions and 809 deletions

View File

@ -27,7 +27,7 @@ class MainActivity : ComponentActivity() {
.fillMaxSize()
.clickable {
val uri =
"zd.assist://app?taskCode=ZD250429100095&driverName=宋志领&driverPhone=17630035658&rescueVehicle=沪88888".toUri()
"zd.assist://app?taskCode=ZD250512100030&driverName=宋志领&driverPhone=17630035658&rescueVehicle=沪88888".toUri()
val intent = Intent(Intent.ACTION_VIEW, uri)
startActivity(intent)
}