Browse Source

Merge branch 'cygx_13.2' of http://8.136.199.33:3000/cxzhang/hongze_clpt into debug

xingzai 1 year ago
parent
commit
251a43b5b2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      controllers/activity.go

+ 1 - 0
controllers/activity.go

@@ -887,6 +887,7 @@ func (this *ActivityController) Detail() {
 		resp.SellerName = sellerName
 		resp.SellerMobile = sellerMobile
 	}
+	detailResp.AuthInfo.HasPermission = resp.HasPermission
 	resp.Detail = detailResp
 	// 判断是否属于研选类型的活动
 	if strings.Contains(activityInfo.ChartPermissionName, utils.CHART_PERMISSION_NAME_YANXUAN) {