refactor(servicing): 重构司机信息获取逻辑
- 更新 Api 定义,将 GeneralInfo 请求的返回类型改为 DriverInfoBean- 重构 GlobalData 类,使用 GlobalLocalData 类封装本地数据操作 - 优化 ConfirmEleScreen组件,增加 ConfirmEleCheckBoxItem复用组件 - 调整签名视图的字体大小- 移除 VerifyOrderActivity 中的冗余代码 - 更新 ZDManager 中的 MMKV 初始化逻辑
This commit is contained in:
@ -3,6 +3,8 @@ plugins {
|
||||
alias(libs.plugins.jetbrains.kotlin.android)
|
||||
id 'com.google.devtools.ksp'
|
||||
id 'maven-publish'
|
||||
// kotlin 序列化注解
|
||||
id 'kotlin-parcelize'
|
||||
}
|
||||
|
||||
android {
|
||||
|
Reference in New Issue
Block a user