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