From 6e55b6042adcab2ae50a2c8f23baf8dbfd6ff2b9 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期四, 13 十一月 2025 12:23:14 +0800
Subject: [PATCH] 319 子 【付费内容】商城 / 【付费内容】商城-客户端

---
 Main/System/Main/FunctionsBaseWin.cs |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/Main/System/Main/FunctionsBaseWin.cs b/Main/System/Main/FunctionsBaseWin.cs
index a4b8e4e..a648552 100644
--- a/Main/System/Main/FunctionsBaseWin.cs
+++ b/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);
+    }
 }
\ No newline at end of file

--
Gitblit v1.8.0