|  | @@ -507,18 +507,6 @@ export default {
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  	mounted() {
 |  |  	mounted() {
 | 
											
												
													
														|  | -		Report.reportLog({
 |  | 
 | 
											
												
													
														|  | -			baseInfo: {
 |  | 
 | 
											
												
													
														|  | -				appVersionCode: this.appVersionCode,
 |  | 
 | 
											
												
													
														|  | -				mid: this.mid,
 |  | 
 | 
											
												
													
														|  | -				pageSource: Report.pageSource.newUserLandingPage
 |  | 
 | 
											
												
													
														|  | -			},
 |  | 
 | 
											
												
													
														|  | -			params: {
 |  | 
 | 
											
												
													
														|  | -				eventData: {
 |  | 
 | 
											
												
													
														|  | -					businessType: Report.businessType.pageView,
 |  | 
 | 
											
												
													
														|  | -				}
 |  | 
 | 
											
												
													
														|  | -			}
 |  | 
 | 
											
												
													
														|  | -		})
 |  | 
 | 
											
												
													
														|  |  		this.getConfig()
 |  |  		this.getConfig()
 | 
											
												
													
														|  |  		if (!this.detail.postId) {
 |  |  		if (!this.detail.postId) {
 | 
											
												
													
														|  |  			return
 |  |  			return
 | 
											
										
											
												
													
														|  | @@ -566,6 +554,18 @@ export default {
 | 
											
												
													
														|  |  			this.setCookieMid()
 |  |  			this.setCookieMid()
 | 
											
												
													
														|  |  			this.getRedPacket()
 |  |  			this.getRedPacket()
 | 
											
												
													
														|  |  			this.setPickupInfo()
 |  |  			this.setPickupInfo()
 | 
											
												
													
														|  | 
 |  | +			Report.reportLog({
 | 
											
												
													
														|  | 
 |  | +				baseInfo: {
 | 
											
												
													
														|  | 
 |  | +					appVersionCode: this.appVersionCode,
 | 
											
												
													
														|  | 
 |  | +					mid: this.mid,
 | 
											
												
													
														|  | 
 |  | +					pageSource: Report.pageSource.newUserLandingPage
 | 
											
												
													
														|  | 
 |  | +				},
 | 
											
												
													
														|  | 
 |  | +				params: {
 | 
											
												
													
														|  | 
 |  | +					eventData: {
 | 
											
												
													
														|  | 
 |  | +						businessType: Report.businessType.pageView,
 | 
											
												
													
														|  | 
 |  | +					}
 | 
											
												
													
														|  | 
 |  | +				}
 | 
											
												
													
														|  | 
 |  | +			});
 | 
											
												
													
														|  |  		} else {
 |  |  		} else {
 | 
											
												
													
														|  |  			this.show_home = true
 |  |  			this.show_home = true
 | 
											
												
													
														|  |  			this.status = 'no-chrome'
 |  |  			this.status = 'no-chrome'
 |