Commit 38229d94 authored by 1365102044's avatar 1365102044

fix

parent ac46f939
...@@ -496,7 +496,9 @@ static NSString *shareCellIdentifier = @"shareCellIdentifier"; ...@@ -496,7 +496,9 @@ static NSString *shareCellIdentifier = @"shareCellIdentifier";
NSDictionary *dic = @{@"page_name": SafeString(pageName), NSDictionary *dic = @{@"page_name": SafeString(pageName),
@"business_id": SafeString(businessId), @"business_id": SafeString(businessId),
@"url": SafeString(self.shareUrl), @"url": SafeString(self.shareUrl),
@"service_item_id": SafeString(phobosView.serviceItemId),}; // @"service_item_id": SafeString(phobosView.serviceItemId),
};
[Phobos track:@"page_click_share" attributes:dic]; [Phobos track:@"page_click_share" attributes:dic];
} }
} }
...@@ -527,7 +529,9 @@ static NSString *shareCellIdentifier = @"shareCellIdentifier"; ...@@ -527,7 +529,9 @@ static NSString *shareCellIdentifier = @"shareCellIdentifier";
@"share_channel": _getGMShareChannelByType(type), @"share_channel": _getGMShareChannelByType(type),
@"task_type":SafeString(self.taskType), @"task_type":SafeString(self.taskType),
@"business":@"channel", @"business":@"channel",
@"service_item_id": SafeString(phobosView.serviceItemId),}; // @"service_item_id": SafeString(phobosView.serviceItemId),
};
[Phobos track:@"page_click_share_channel" attributes:dic]; [Phobos track:@"page_click_share_channel" attributes:dic];
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment