| 
					
				 | 
			
			
				@@ -65,7 +65,8 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				<view class="item u-flex u-row-around" v-for="(item,index) in orderDetails.viewersList" :key="index"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					<text>观影人员{{index + 1}}</text> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					<text style="width: 96rpx;">{{item.name}}</text> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					<text>{{item.idcard|maskID}}</text> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					<text style="width: 130rpx;">{{item.seatName}}</text> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					<!-- <text>{{item.idcard|maskID}}</text> --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					<text v-if="orderDetails.status==3||orderDetails.status==4||orderDetails.status==6||orderDetails.status==7" @click="singleQR(item,index)" class="qrbtn" :style="{opacity:item.qrcodeStatus===0?'1':'0.5'}">查看二维码</text> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			</view> 
			 |