中奖 未中奖dialog 赋值+1
This commit is contained in:
parent
2c791929ee
commit
a237f7f5ac
|
|
@ -182,7 +182,7 @@ class ZeroBuyActivity : AppViewsEmptyViewModelActivity<ViewBinding>() {
|
||||||
if (it.contains(userId)) {
|
if (it.contains(userId)) {
|
||||||
ZeroBuyWinDialog(this@ZeroBuyActivity, item).show()
|
ZeroBuyWinDialog(this@ZeroBuyActivity, item).show()
|
||||||
} else {
|
} else {
|
||||||
ZeroBuyNotWinDialog(this@ZeroBuyActivity).show()
|
ZeroBuyNotWinDialog(this@ZeroBuyActivity, item).show()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue