feat: opt print

This commit is contained in:
2026-01-27 08:39:30 +08:00
parent 8e2f584f3a
commit 1deca69a67
4 changed files with 8 additions and 8 deletions

View File

@@ -396,7 +396,7 @@ class GjcBoxWeighingAddViewModel : BaseViewModel() {
viewModelScope.launch {
FlowBus.with<String>(ConstantEvent.EVENT_REFRESH).emit("refresh")
}
getTopActivity().finish()
// getTopActivity().finish()
} else {
showToast(result.msg.noNull("添加失败"))
}