河北专项检查和移动端
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user