Commit 4a5ff1ca authored by wangxuewei's avatar wangxuewei

[提交人]:王雪伟

[提交简述] :多多花园1.0.1
[实现方案] :修改icon
parent 394f2091
...@@ -453,7 +453,7 @@ object MainDialog { ...@@ -453,7 +453,7 @@ object MainDialog {
when (status) { when (status) {
1 -> { 1 -> {
imgtitle.setImageResource(R.mipmap.img_duihuan_success) imgtitle.setImageResource(R.mipmap.img_duihuan_success)
imggoon.setImageResource(R.mipmap.img_go_on_make_money) imggoon.setImageResource(R.mipmap.img_go_zhongcai)
if (type == 1) { if (type == 1) {
EventUtils.onEvent("show_xinshou0.3", "新手0.3") EventUtils.onEvent("show_xinshou0.3", "新手0.3")
} else if (type == 4) { } else if (type == 4) {
...@@ -484,7 +484,7 @@ object MainDialog { ...@@ -484,7 +484,7 @@ object MainDialog {
} }
2 -> { 2 -> {
imgtitle.setImageResource(R.mipmap.img_duihuan_success) imgtitle.setImageResource(R.mipmap.img_duihuan_success)
imggoon.setImageResource(R.mipmap.img_go_on_make_money) imggoon.setImageResource(R.mipmap.img_go_zhongcai)
// tvtitle.text = title // tvtitle.text = title
} }
3 -> { 3 -> {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment