填充了一些逻辑

This commit is contained in:
zxj
2025-07-18 17:24:34 +08:00
parent f97ef151c3
commit 8e28e2f43c
5 changed files with 19 additions and 88 deletions
@@ -38,5 +38,8 @@ class UnBindPlateFragment private constructor() : BaseFragment<FragmentUnbindPla
binding.tvUpdateTimeValue.text = timeAgo
}
}
binding.tvBack.setOnClickListener {
activity?.finish()
}
}
}