Commit af80aa36 authored by hujiebin's avatar hujiebin

Update micData.go

parent 5a5b5973
......@@ -519,6 +519,7 @@ func getMicUserData(model *domain.Model, userId uint64) (*MicUserData, error) {
}
headwearPicUrl = resHeadwear.PicUrl
headwearEffectUrl = resHeadwear.EffectUrl
headwearReverseEffectUrl = resHeadwear.ReverseEffectUrl
}
var headwearIcon string
if cpRelation, _ := rpc.GetUserCpRelation(model, userId); len(cpRelation.CpUserAvatar) > 0 {
......
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