Main/System/Main/FuncsBaseWin.cs
@@ -53,12 +53,16 @@ } protected void SetBtnLockState(int index, bool _isLock) { tabButtons[index].isLock = _isLock; } /// <summary> /// 选择标签 /// </summary> protected void SelectBottomTab(int index) protected virtual void SelectBottomTab(int index) { // 如果点击当前已选中的标签,不做处理 if (functionOrder == index && currentSubUI != null)