lcy
22 小时以前 81a6da4df745f8ed5e4fb45fe54421eda792bf35
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);
    }
}