hch
9 小时以前 6e55b6042adcab2ae50a2c8f23baf8dbfd6ff2b9
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);
    }
}