Commit 549e4965 authored by 王伟明's avatar 王伟明

Merge branch 'lwq_7.40.1_shareSdk' into 'master'

fix

See merge request !9
parents 35b28c0a 38229d94
...@@ -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