Commit 9f1d41bb authored by maxiaoliang's avatar maxiaoliang

首次提现上报

parent b449308e
...@@ -37,6 +37,10 @@ public class WithdrawShopItem : MonoBehaviour ...@@ -37,6 +37,10 @@ public class WithdrawShopItem : MonoBehaviour
{ {
if (null != bean) if (null != bean)
{ {
if (mData.id ==1)
{
EventUtils.OnEvent("newUser_cashOutFirst", "完成新人首次提现成功");
}
GameObject.Find("WithdrawShopDialog").GetComponent<WithdrawShopControl>().getEverydayTaskList();//刷新数据 GameObject.Find("WithdrawShopDialog").GetComponent<WithdrawShopControl>().getEverydayTaskList();//刷新数据
if (bean.status == 1 || bean.status == 3) if (bean.status == 1 || bean.status == 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