public ResData GetBuyingGoodList(int page = 1, int limte = 8) { var list = home.GetBuyingGood(page, limte); return(ResData.Succ(list)); }