yyl
11 小时以前 9705833cb610ea2a5147fafa8a2279020f98ed48
Main/System/Main/FunctionsBaseWin.cs
@@ -111,4 +111,14 @@
    {
        SelectBottomTab(index);
    }
    public void ClickFuncBtn(int index)
    {
        if (tabButtons[index].isLock)
        {
            return;
        }
        tabButtons[index].SelectBtn();
        SelectBottomTab(index);
    }
}