中奖 未中奖dialog 赋值+1

This commit is contained in:
renhaoting 2025-12-10 14:41:16 +08:00
parent 2c791929ee
commit a237f7f5ac
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ class ZeroBuyActivity : AppViewsEmptyViewModelActivity<ViewBinding>() {
if (it.contains(userId)) {
ZeroBuyWinDialog(this@ZeroBuyActivity, item).show()
} else {
ZeroBuyNotWinDialog(this@ZeroBuyActivity).show()
ZeroBuyNotWinDialog(this@ZeroBuyActivity, item).show()
}
}
}