feat: 素材

master
howell 4 years ago
parent 7e081e190e
commit 1e017e3e81

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

Loading…
Cancel
Save