@ -73,7 +73,7 @@ func (o *Order) History(c *gin.Context) {
Find(&goodsList)
}
back.Suc(c, "", gin.H{
"list": goods2.GetListByLive(goodsList, uint(id)),
"list": goods2.GetListByLive(goodsList, uint(uid)),
"total": total,
})