浏览代码

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

xingzai 1 年之前
父节点
当前提交
251a43b5b2
共有 1 个文件被更改,包括 1 次插入0 次删除
  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) {