Commit 3f97081d authored by hujiebin's avatar hujiebin

fix:背包礼物

parent 8b147303
...@@ -63,6 +63,7 @@ func UserBag(c *gin.Context) (*mycontext.MyContext, error) { ...@@ -63,6 +63,7 @@ func UserBag(c *gin.Context) (*mycontext.MyContext, error) {
info.TextStyleList = append(info.TextStyleList, info.TextStyleList = append(info.TextStyleList,
&user_cv.TextStyle{TextColor: "#ce0083", TextSize: 20, TextKey: "sender_name"}, &user_cv.TextStyle{TextColor: "#ce0083", TextSize: 20, TextKey: "sender_name"},
&user_cv.TextStyle{TextColor: "#ce0083", TextSize: 20, TextKey: "receiver_name"}, &user_cv.TextStyle{TextColor: "#ce0083", TextSize: 20, TextKey: "receiver_name"},
&user_cv.TextStyle{TextColor: "#FFFFFF", TextSize: 40, TextKey: "gift_text"},
) )
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment