From 3f97081d4dd742b1a12e951691e979d85d43459c Mon Sep 17 00:00:00 2001 From: hujiebin Date: Fri, 7 Jul 2023 16:26:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=83=8C=E5=8C=85=E7=A4=BC=E7=89=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- route/user_r/bag.go | 1 + 1 file changed, 1 insertion(+) diff --git a/route/user_r/bag.go b/route/user_r/bag.go index 18a38ba..623d7c4 100644 --- a/route/user_r/bag.go +++ b/route/user_r/bag.go @@ -63,6 +63,7 @@ func UserBag(c *gin.Context) (*mycontext.MyContext, error) { info.TextStyleList = append(info.TextStyleList, &user_cv.TextStyle{TextColor: "#ce0083", TextSize: 20, TextKey: "sender_name"}, &user_cv.TextStyle{TextColor: "#ce0083", TextSize: 20, TextKey: "receiver_name"}, + &user_cv.TextStyle{TextColor: "#FFFFFF", TextSize: 40, TextKey: "gift_text"}, ) } -- 2.22.0