清理了上一次的信息

This commit is contained in:
zxj
2025-08-07 11:49:11 +08:00
parent 71ce668e3c
commit 742b3a0775
4 changed files with 12 additions and 5 deletions
@@ -190,6 +190,7 @@ class UserViewModel : BaseViewModel() {
fun getDinnerType() {
Timber.d("getDinnerType")
_dinnerTypeInfo.value = null
launchWithLoading {
val response = repository.getDinnerType()
if (parseResponse(response)) {