From 8aa777aedd7492b7f2e28a172c2874f4ee7366a1 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 18 三月 2022 10:46:27 +0800 Subject: [PATCH] 暂时移除离线功能 --- HDL_ON/UI/UI2/1-HomePage/HomePageBLL.cs | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/HDL_ON/UI/UI2/1-HomePage/HomePageBLL.cs b/HDL_ON/UI/UI2/1-HomePage/HomePageBLL.cs index 342d1d5..aa6c95d 100644 --- a/HDL_ON/UI/UI2/1-HomePage/HomePageBLL.cs +++ b/HDL_ON/UI/UI2/1-HomePage/HomePageBLL.cs @@ -33,7 +33,7 @@ } if (btn.Tag.ToString() == function.sid) { - if (function.online) + if (function.online2d) { btn.UnSelectedImagePath = "Collection/Functionbg.png"; btn.IsSelected = false; @@ -46,7 +46,7 @@ } else if (btn.Tag.ToString() == "OnlineTag") { - btn.Visible = !function.online; + btn.Visible = !function.online2d; } } } @@ -514,7 +514,7 @@ { btnSwitch.MouseUpEventHandler = (sender, e) => { - if (!function.online)//绂荤嚎涓嶅厑璁告搷浣� + if (!function.online2d)//绂荤嚎涓嶅厑璁告搷浣� { new Tip() { @@ -577,7 +577,7 @@ { btnSwitch.MouseUpEventHandler = (sender, e) => { - if (!function.online)//绂荤嚎涓嶅厑璁告搷浣� + if (!function.online2d)//绂荤嚎涓嶅厑璁告搷浣� { new Tip() { @@ -621,7 +621,7 @@ { btnClose.MouseUpEventHandler = (sender, e) => { - if (!curtain.online)//绂荤嚎涓嶅厑璁告搷浣� + if (!curtain.online2d)//绂荤嚎涓嶅厑璁告搷浣� { new Tip() { @@ -641,7 +641,7 @@ btnOpen.MouseUpEventHandler = (sender, e) => { - if (!curtain.online)//绂荤嚎涓嶅厑璁告搷浣� + if (!curtain.online2d)//绂荤嚎涓嶅厑璁告搷浣� { new Tip() { @@ -671,7 +671,7 @@ }; btnUp.MouseUpEventHandler = (sender, e) => { - if (!function.online)//绂荤嚎涓嶅厑璁告搷浣� + if (!function.online2d)//绂荤嚎涓嶅厑璁告搷浣� { new Tip() { @@ -702,7 +702,7 @@ }; btnDown.MouseUpEventHandler = (sender, e) => { - if (!function.online)//绂荤嚎涓嶅厑璁告搷浣� + if (!function.online2d)//绂荤嚎涓嶅厑璁告搷浣� { new Tip() { -- Gitblit v1.8.0