[singapore]
[用户信息展示]
This commit is contained in:
yangyakun
2026-04-15 20:14:43 +08:00
parent c09d05faad
commit b234343dab
34 changed files with 1086 additions and 71 deletions

View File

@@ -35,6 +35,11 @@ class WorkOrderManager{
* 展示接管记录页面
*/
fun showTakeOverRecordView(context: Context){
if(hideFloat!=null){
hideFloat?.invoke()
hideFloat = null
return
}
val takeOverRecordView = TakeOverRecordView(context)
takeOverRecordView.setOnClickListener(object: TakeOverRecordView.ClickListener{
override fun onClose() {