|
@@ -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) {
|