|  | @@ -189,24 +189,25 @@ export default {
 | 
											
												
													
														|  |  					},
 |  |  					},
 | 
											
												
													
														|  |  				});
 |  |  				});
 | 
											
												
													
														|  |  			}, 500);
 |  |  			}, 500);
 | 
											
												
													
														|  | -		}
 |  | 
 | 
											
												
													
														|  | -		Report.reportLog({
 |  | 
 | 
											
												
													
														|  | -			baseInfo: {
 |  | 
 | 
											
												
													
														|  | -				appVersionCode: appVersionCode,
 |  | 
 | 
											
												
													
														|  | -				mid: this.mid,
 |  | 
 | 
											
												
													
														|  | -				pageSource: this.pageSource,
 |  | 
 | 
											
												
													
														|  | -				appType,
 |  | 
 | 
											
												
													
														|  | -				machineCode: this.mid,
 |  | 
 | 
											
												
													
														|  | -			},
 |  | 
 | 
											
												
													
														|  | -			params: {
 |  | 
 | 
											
												
													
														|  | -				eventData: {
 |  | 
 | 
											
												
													
														|  | -					businessType: Report.businessType.pageView,
 |  | 
 | 
											
												
													
														|  | -					postId: this.detail.postId,
 |  | 
 | 
											
												
													
														|  | -					srcContentId: this.detail.srcContentId,
 |  | 
 | 
											
												
													
														|  | -					redPacketType: 4,
 |  | 
 | 
											
												
													
														|  | 
 |  | +		} else {
 | 
											
												
													
														|  | 
 |  | +			Report.reportLog({
 | 
											
												
													
														|  | 
 |  | +				baseInfo: {
 | 
											
												
													
														|  | 
 |  | +					appVersionCode: appVersionCode,
 | 
											
												
													
														|  | 
 |  | +					mid: this.mid,
 | 
											
												
													
														|  | 
 |  | +					pageSource: this.pageSource,
 | 
											
												
													
														|  | 
 |  | +					appType,
 | 
											
												
													
														|  | 
 |  | +					machineCode: this.mid,
 | 
											
												
													
														|  |  				},
 |  |  				},
 | 
											
												
													
														|  | -			},
 |  | 
 | 
											
												
													
														|  | -		});
 |  | 
 | 
											
												
													
														|  | 
 |  | +				params: {
 | 
											
												
													
														|  | 
 |  | +					eventData: {
 | 
											
												
													
														|  | 
 |  | +						businessType: Report.businessType.pageView,
 | 
											
												
													
														|  | 
 |  | +						postId: this.detail.postId,
 | 
											
												
													
														|  | 
 |  | +						srcContentId: this.detail.srcContentId,
 | 
											
												
													
														|  | 
 |  | +						redPacketType: 4,
 | 
											
												
													
														|  | 
 |  | +					},
 | 
											
												
													
														|  | 
 |  | +				},
 | 
											
												
													
														|  | 
 |  | +			});
 | 
											
												
													
														|  | 
 |  | +		}
 | 
											
												
													
														|  |  	},
 |  |  	},
 | 
											
												
													
														|  |  	methods: {
 |  |  	methods: {
 | 
											
												
													
														|  |  		clickBtn() {
 |  |  		clickBtn() {
 | 
											
										
											
												
													
														|  | @@ -225,7 +226,6 @@ export default {
 | 
											
												
													
														|  |  							postId: this.detail.postId,
 |  |  							postId: this.detail.postId,
 | 
											
												
													
														|  |  							srcContentId: this.detail.srcContentId,
 |  |  							srcContentId: this.detail.srcContentId,
 | 
											
												
													
														|  |  							redPacketType: 4,
 |  |  							redPacketType: 4,
 | 
											
												
													
														|  | -							shareLinkId: window.location.href,
 |  | 
 | 
											
												
													
														|  |  						},
 |  |  						},
 | 
											
												
													
														|  |  					},
 |  |  					},
 | 
											
												
													
														|  |  				});
 |  |  				});
 |