/// <summary> /// 获取广告图列表 /// </summary> /// <returns></returns> public IList <Ads> GetAdsList() { return(webData.GetAdsList()); }