override protected void OnInit(EventArgs e) { base.OnInit(e); tPath = SFUtils.GetRootPath() + "/templates/common/detail/type1/news_show.html"; TemplateMgr template = new TemplateMgr(tPath, this.wid); template.tType = TemplateType.News; //template.openid = MyCommFun.RequestOpenid(); template.OutPutHtml("type1", this.wid); }