瀏覽代碼

Merge branch 'dev/v4.8.40_dx' of qmx/jy into feature/v4.8.40

duxin 2 年之前
父節點
當前提交
0a2b9424d4
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/jfw/modules/bigmember/src/service/portrait/subvipPortraitAction.go

+ 1 - 0
src/jfw/modules/bigmember/src/service/portrait/subvipPortraitAction.go

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