hch
1 天以前 7222adcc97941b57a61f0f8e8469f0f66b9ee1a1
Main/System/InternalAffairs/GoldRushWorkerCell.cs
@@ -21,7 +21,7 @@
    {
        var config = GoldRushWorkerConfig.Get(workerID);
        nameText.text = config.Name;
        heroModel.Create(config.SkinID, 0.7f);
        heroModel.Create(config.SkinID, 0.8f);
        var lockState = GoldRushManager.Instance.GetWorkerLockState(workerID);
        if (lockState == 0)
        {
@@ -45,6 +45,7 @@
                        return;
                    GoldRushManager.Instance.SendGoldRushUnlock(1, workerID);
                    SysNotifyMgr.Instance.ShowTip("GoldRush7");
                });
            }
            lockMoneyBtn.SetActive(false);
@@ -68,6 +69,7 @@
                                return;
                            }
                            GoldRushManager.Instance.SendGoldRushUnlock(1, workerID);
                            SysNotifyMgr.Instance.ShowTip("GoldRush7");
                        });
            });