Beispiel #1
0
 public string WXMallIndex = "Index.aspx";//商城主页
 protected void Page_Load(object sender, EventArgs e)
 {
     currWebSiteInfo = bllMall.GetWebsiteInfoModel();
     if (currWebSiteInfo != null)
     {
         if (currWebSiteInfo.MallTemplateId.Equals(1))    //外卖
         {
             WXMallIndex = "IndexV2.aspx";
         }
     }
 }