| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -8,7 +8,7 @@ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
								<view class="card"> | 
					 | 
					 | 
					 | 
								<view class="card"> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
									<view class="info"> | 
					 | 
					 | 
					 | 
									<view class="info"> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
										<view>{{user.name || ''}}</view> | 
					 | 
					 | 
					 | 
										<view>{{user.name || ''}}</view> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
										<view>{{user.userPhone || ''}}</view> | 
					 | 
					 | 
					 | 
										<view>{{phoneHandle}}</view> | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
									</view> | 
					 | 
					 | 
					 | 
									</view> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
									<tki-qrcode ref="qrcode" cid="2" :val="qrcodeText" :size="400" :isHaveBg="false" pdground="#000" | 
					 | 
					 | 
					 | 
									<tki-qrcode ref="qrcode" cid="2" :val="qrcodeText" :size="400" :isHaveBg="false" pdground="#000" | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
										foreground="#000" background="#fff" onval showLoading loadMake /> | 
					 | 
					 | 
					 | 
										foreground="#000" background="#fff" onval showLoading loadMake /> | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
					 | 
					@ -36,6 +36,14 @@ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							created() { | 
					 | 
					 | 
					 | 
							created() { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
								this.getQrStr() | 
					 | 
					 | 
					 | 
								this.getQrStr() | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							}, | 
					 | 
					 | 
					 | 
							}, | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
							computed: { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
								phoneHandle() { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
									let phone = this.user.userPhone | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
									console.log('user',this.user) | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
									if(!phone) return '' | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
									return `${phone.substr(0,3)}****${phone.substr(-4)}` | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
								} | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
							}, | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							methods: { | 
					 | 
					 | 
					 | 
							methods: { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
								getQrStr(reset = 0) { | 
					 | 
					 | 
					 | 
								getQrStr(reset = 0) { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
									console.log('this.user', this.user) | 
					 | 
					 | 
					 | 
									console.log('this.user', this.user) | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
  |