河北专项检查和移动端

This commit is contained in:
2025-04-06 23:26:22 +08:00
parent 64c7be5db4
commit 8aba5b01bc
204 changed files with 41904 additions and 3226 deletions
+7 -6
View File
@@ -290,7 +290,7 @@ namespace FineUIPro.Web
this.InitMenuStyleButton();
this.InitMenuModeButton();
//this.InitLangMenuButton();
this.btnRetweet.Hidden = true;
this.btnRetweet.Hidden = false;
if (this.CurrUser.UserId == Const.hfnbdId)
{
this.btnRetweet.Hidden = false;
@@ -298,11 +298,12 @@ namespace FineUIPro.Web
//this.userName.InnerText = this.CurrUser.UserName;
//this.spDate.InnerText = DateTime.Now.ToLongDateString().ToString() + " " + WeekDayService.CaculateWeekDayT(DateTime.Now);
this.hdHomePage.Text = "1";
if (this.CurrUser.HomePageType == "2")
{
this.Tab1.IFrameUrl = "~/common/main2.aspx";
this.hdHomePage.Text = "2";
}
// 实业3个页面
//if (this.CurrUser.HomePageType == "2")
//{
// this.Tab1.IFrameUrl = "~/common/main2.aspx";
// this.hdHomePage.Text = "2";
//}
this.btnPersonal.Text = this.CurrUser.UserName;
var getW = WeatherService.GetWeather(null);
if (getW != null)