@@ -484,6 +484,7 @@ func (this *SubVipPortrait) BuyerPortrait() {
if power == 3 {
rData["onTrial"] = true
}
+ rData["name"] = buyerName
return rData, nil
}()
if errMsg != nil {