首次推送
This commit is contained in:
23
Mtxfw.shop/_Admin/left.aspx.cs
Normal file
23
Mtxfw.shop/_Admin/left.aspx.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Data;
|
||||
using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
using System.Text;
|
||||
using Newtonsoft.Json;
|
||||
using System.IO;
|
||||
namespace Mtxfw.shop._admin
|
||||
{
|
||||
public partial class left : Mtxfw.Utility.AdminPage
|
||||
{
|
||||
Mtxfw.DAL.Admin admin = new Mtxfw.DAL.Admin();
|
||||
Mtxfw.DAL.Adminjs Adminjs = new Mtxfw.DAL.Adminjs();
|
||||
public string strQX="";
|
||||
protected override void OnLoad(EventArgs e)
|
||||
{
|
||||
base.OnLoad(e);
|
||||
strQX = Adminjs.GetModel(int.Parse(admin.Getjs(IdentityName))).js;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user